cwscript-lang
v0.0.1
Published
This package contains the the language definition of CWScript (grammar, AST, etc.), and provides a parsing library for CWScript source code written in TypeScript, as well as other helpful utilities for adding CWScript language support to projects.
Downloads
1
Readme
CWScript Language
This package contains the the language definition of CWScript (grammar, AST, etc.), and provides a parsing library for CWScript source code written in TypeScript, as well as other helpful utilities for adding CWScript language support to projects.
This package is not intended to be used directly, but rather as a dependency of other packages. For general context, see the CWScript master repository's README.
Installation
You can find cwscript-lang
as a package on NPM. To add it to your project, run:
npm install --save cwscript-lang
License
This project is licensed under the MIT License.
Copyright
Copyright © 2022 Terran One, inc.