lv

compile your JavaScript to native code in pure JavaScript

Downloads
34
Stars
19
Committers
2

LV

JavaScript(ECMAScript) to Assembly tool based on NASM project.

This project is highly under being developed by @yorkie.

Installation

$ npm install lv -g

Usage

lv [command] [file]

Commands:
  run       run your program directly
  compile   compile your program to output path

compile and run demo(program):

$ lv compile examples/simple.js build/simple
$ ./build/simple          # run

NB: Only support very little features

LICENSE

MIT