hermes-parser 0.1.3

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 (var k in o) x; for (a in b) y; for (let p in q) r; for ([a, b] in c) d; for ({x} in y) z;