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.
TODO
- Node 12.19.0
- npm 6.14.8
# 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
TODO
TODO