hermes-parser 0.1.0

A Rust port of the Hermes JavaScript/Flow/TypeScript parser (front-end) by Tzvetan Mikov, the architect of Hermes. Not an official Meta project.
Documentation
1
1+2*3-4/5%6; a<<b>>c>>>d; a&b|c^d; a==b!=c; a===b!==c; a<b>c<=d>=e; a instanceof b; a&&b||c; a??b; a**b**c;