Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 462 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 462 Bytes

Parser Library

This language-agnostic library contains adapters and helpers for working with Yacc/Bison-generated parsers. Such adapters includes being able to accept tokens from sources that are not directly coming from a lexer function. Such flexibility enables intermediate processing on token streams before parsing them.

See the text library for syntax tree data structures.