Skip to content

Latest commit

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..

README.md

馃棧 language

Contains shared models such as AST nodes for representing input expressions, contexts to represent bound variables and substitutions useful for type inference algorithms. The language core also includes a lexer and paser (using the Masala parser combinator library) for the basic expression language, along with utility functions for manipulating its models.

Setup

npm install

Build

npm run build

Test

npm test