Uses Parsimmon for parser combinator library, and builds a DAG to make computations more efficient. Features syntax highlighting, autocomplete, and basic type hinting for functions.
npm install
npm run serve
npm run build
node -r esm tests/parser/test_eval
node -r esm tests/parser/test_ast
node -r esm tests/parser/test_regen