hermes-parser 0.1.1

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
try { a; } catch (e) { b; } finally { c; } try { x; } catch { y; } try { z; } finally { w; }