Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 332 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 332 Bytes

js-parser

JavaScript parser based on V8 (basically RIIR of V8 parser into Rust).

Why?

Starlight requires advanced parser and AST that provides scope information after parsing for producing effective bytecode which is not possible with SWC so I've decided to start this project.