Skip to content

Latest commit

 

History

History
45 lines (27 loc) · 683 Bytes

README.md

File metadata and controls

45 lines (27 loc) · 683 Bytes

Ki.KD-TypeScript

This is a TypeScript implementation of KD (Ki Declarative). It is the first implementation that has a parser written from scratch (i.e. no ANTLR grammar.)

This implementation is about 95% complete and has tests. The remaining work is the implementation of temporal types and blobs.

Installation

TODO

Requirements

  • Node 12.19.0
  • npm 6.14.8

Dev Quick Start

# Install packages
npm i

# Build
npm run build

# Run tests
npm test

# Test watch mode

npm run test:watch

# Lint project
npm run lint

# Format all files
npm run format

Publish Instructions

TODO

Usage

TODO