sascha1337 / cwscript-lang

CWScript language definition (grammar, AST, etc.), parser, and various utilities for language support providers

Home Page:https://www.npmjs.com/package/cwscript-lang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

CWScript language definition (grammar, AST, etc.), parser, and various utilities for language support providers

https://www.npmjs.com/package/cwscript-lang

License:MIT License


Languages

Language:TypeScript 98.1%Language:ANTLR 1.9%