Skip to main content

Module lexing

Module lexing 

Source
Expand description

Testing utilities for lexing. Lexer testing utilities for the Oak ecosystem.

This module provides comprehensive testing infrastructure for lexers, including file-based testing, expected output comparison, and test result serialization.

Structsยง

LexerTestExpected
Expected lexer test results for comparison.
LexerTester
A lexer testing utility that can run tests against multiple files.
TokenData
Individual token data for lexer testing.