README
smack-js-compiler
A javascript compiler for the smack language. The compiler is written in javascript and compiles smack to javascript and works on both node and the browser.
A compiler/transpiler for compiling the purely functional language 'Smack' to javascript
<script type="module">
import smackJsCompiler from 'https://cdn.skypack.dev/smack-js-compiler';
</script>
A javascript compiler for the smack language. The compiler is written in javascript and compiles smack to javascript and works on both node and the browser.