tylasu 1.4.4
Install from the command line:
Learn more about npm packages
$ npm install @strumenta/tylasu@1.4.4
Install via package.json:
"@strumenta/tylasu": "1.4.4"
About this version
Tylasu supplies the infrastructure to build a custom, possibly mutable, Abstract Syntax Tree (AST) using TypeScript.
Tylasu is part of the StarLasu family of libraries. The other libraries provide similar support in other languages.
Tylasu come with optional facilities for integration with ANTLR, specifically the antlr4ts implementation.
The high-level documentation of the concepts that make up StarLasu is available on the StarLasu repository on GitHub.
The documentation of Tylasu's APIs, that implement those concepts, is available at https://strumenta.github.io/tylasu/.
A project showcasing some basic usage of Tylasu is also available.
yarn build
compiles the sources.
yarn dist
compiles, tests and builds the npm package.
yarn publish-lib
creates the dist and uploads it to the NPM registry and GitHub packages.