An experimental Javascript parser and just-in-time compiler written in Rust
See the code
This is a Javascript lexer, parser and Just-in-Time compiler written in Rust. Currently, it has support for some of the language.
If you want to contribute just file a pull request with your changes. If it passes travis and is reasonably clean and justifiable, it will be merged. Look at the lints specified in src/libjs/lib.rs for coding guidelines.
To build this project, clone it then run make libs all in the project root
To install this project, run [sudo ]make install in the project root
js.rs testjs.rs interactivejs.rs *[script path]*Rust
99.0%
JavaScript
1.0%
An experimental Javascript parser and just-in-time compiler written in Rust
See the code
This is a Javascript lexer, parser and Just-in-Time compiler written in Rust. Currently, it has support for some of the language.
If you want to contribute just file a pull request with your changes. If it passes travis and is reasonably clean and justifiable, it will be merged. Look at the lints specified in src/libjs/lib.rs for coding guidelines.
To build this project, clone it then run make libs all in the project root
To install this project, run [sudo ]make install in the project root
js.rs testjs.rs interactivejs.rs *[script path]*Rust
99.0%
JavaScript
1.0%