Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 476 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 476 Bytes

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.