js.rs icon indicating copy to clipboard operation
js.rs copied to clipboard

An experimental Javascript parser and just-in-time compiler written in Rust

Results 8 js.rs issues
Sort by recently updated
recently updated
newest added

I realize this code is fairly old, but it does not seem to compile. Under rustc 1.12.1 (d4f39402a 2016-10-19), make yields: ``` Compiling jit v0.9.1 (https://github.com/TomBebbington/jit.rs.git#9c0e4fa5) error[E0554]: #[feature] may not...

[According to this spec](http://wiki.ecmascript.org/doku.php?id=harmony:typed_objects)

enhancement

[According to this spec](http://wiki.ecmascript.org/doku.php?id=strawman:maximally_minimal_classes)

enhancement