hermes-parser 0.1.2

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
for (;;) x; for (var i = 0; i < 10; i++) y; for (let a = 1, b = 2; ;) z; for (a; b; c) d; for (i = 0; ;) ;