scascript

Scala-like programming language implemented as interpreter in JavaScript.

Usage no npm install needed!

<script type="module">
  import scascript from 'https://cdn.skypack.dev/scascript';
</script>

README

ScaScript

Scala-like programming language implemented as interpreter in JavaScript.

Installation

Via npm on Node:

npm install scascript

Usage

Reference in your program:

var sca = require('scascript');

[TBD]

Development

git clone git://github.com/ajlopez/ScaScript.git
cd ScaScript
npm install
npm test

Samples

[TBD]

License

MIT

References

Contribution

Feel free to file issues and submit pull requests � contributions are welcome<

If you submit a pull request, please be sure to add or update corresponding test cases, and ensure that npm test continues to pass.