bali-type-compiler

This library provides a JavaScript based implementation for the compiler for the Bali Virtual Processor.

Usage no npm install needed!

<script type="module">
  import baliTypeCompiler from 'https://cdn.skypack.dev/bali-type-compiler';
</script>

README

The Bali Type Compilerâ„¢ (v2)

WARNING This project is currently being converted to version 2 of the base components. It is not yet ready for prime-time.

Quick Links

For more information on this project click on the following links:

Getting Started

To install this NodeJS package, execute the following command:

npm install bali-type-compiler

Then add the following line to your NodeJS modules:

const debug = 1;  // debugging level: [0..3]
const compiler = require('bali-type-compiler').api(debug);

Contributing

Project contributors are always welcome. Create a fork of the project and add cool new things to the project. When you are ready to contribute the changes create a subsequent "pull request". Any questions and comments can be sent to craterdog@gmail.com.