Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 204 Bytes

File metadata and controls

4 lines (3 loc) · 204 Bytes

Parser Generator Backend: JavaScript

This backend outputs a parser as JavaScript source code. The generated JavaScript code is a table driven parser which holds the parsing decisions in lookup tables.