0.0.3 • Published 12 years ago
lv v0.0.3
LV
Javascript(ECMAScript) to Assembly tool
This project is highly under being developed by @yorkie.
Installation
$ npm install lv -gUsage
lv [command] [file]
Commands:
run run your program directly
compile compile your program to output pathcompile and run demo(program):
$ lv compile examples/simple.js build/simple
$ ./build/simple # runNB: Only support very little features
LICENSE
MIT