ast
/
0.21.0
ast 0.21.0
Install from the command line:
Learn more about npm packages
$ npm install @strumenta/ast@0.21.0
Install via package.json:
"@strumenta/ast": "0.21.0"
About this version
@strumenta/ast supplies the infrastructure to build a custom, possibly mutable, Abstract Syntax Tree (AST) using TypeScript. It's inspired by Kolasu and integrated with ANTLR, specifically antlr4ts.
yarn build
compiles the sources.
yarn dist
compiles, tests and builds the npm package.