@strumenta/ast
v0.22.0
Published
Generic AST implementation for JavaScript, inspired by Kolasu and integrated with ANTLR4.
Downloads
3
Readme
AST
@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.
Building
yarn build
compiles the sources.
yarn dist
compiles, tests and builds the npm package.