Skip to content

kixi-io/Ki.KD-TypeScript

Repository files navigation

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

About

A TypeScript implementation of KD

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages