@danielsepulveda/compiscript

Clone the project, then run

Usage no npm install needed!

<script type="module">
  import danielsepulvedaCompiscript from 'https://cdn.skypack.dev/@danielsepulveda/compiscript';
</script>

README

Compiscript

How to use

Clone the project, then run

npm install

After that, to run the parser againts test files, run

npm run start (or npm start)

Adding more tests

To run more tests simply add text files under the src/test/ dir. The script will automatically run the parser against every file inside that dir.

Development

To run the project while developing use

npm run dev

This will run the script using nodemon and will listen to any file change inside src/ with the extensions json,ts,txt,ohm