Expand description
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ยง
- Lexer
Test Expected - Expected lexer test results for comparison.
- Lexer
Tester - A lexer testing utility that can run tests against multiple files.
- Token
Data - Individual token data for lexer testing.