Skip to content

Latest commit

 

History

History
 
 

lexer

Lexer Library

This directory contains language-agnostic support libraries for working with (Flex-generated) lexers. This library provides alternative interfaces for working with lexer data, such as adapting them into generator functions, or producing token streams. These adapters extend the use of lexers beyond direct integrating into parsers.

See the text library for token data structures.