LiteScript
LiteScript copied to clipboard
Compile-to-js and compile-to-c language, highly readable, keep it simple philosophy
Hi, I get the following error when trying to run the sample LiteScript blog-example-dns.lite.md: ``` $ git clone [email protected]:luciotato/LiteScript.git $ cd LiteScript/doc $ lite -es6 blog-example-dns.lite.md LiteScript-to-js v0.8.9 Build Date...
I seen, that `./lib/js_lite.js` do some magics, but don't have time to look deeply and suggest something. Just need something like `require('litescript').compile(liteScriptString)` or something. Because we building @jstransformers, which currently...
I have a simple test.lite file, created simply via vi: `print "hi"` > `lite -run test.lite` gave me: `ERROR: test.lite:3:1. Module: found ' '(EOF) but 'NEWLINE' required` Again, the file...