@arcweave/arcscript
v2.0.0
Published
An interpreter for arcscript using antlr4
Readme
JS Arcscript Interpreter
Table of contents
Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
Installation
To include @arcweave/arcscript in your project, you can use npm:
$ npm install -S @arcweave/arcscriptUsage
Building the app
$ pnpm install
$ pnpm run buildThis task will create a distribution version of the project
inside your local dist/ folder
Running the tests
$ pnpm testAPI
TODO: Write API
Contributing
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature - Add your changes:
git add . - Commit your changes:
git commit -am 'Add some feature' - Push to the branch:
git push origin my-new-feature - Submit a pull request
Credits
TODO: Write credits
License
TODO: Write license
