Expand description
Parser testing utilities for the Oak ecosystem.
This module provides comprehensive testing infrastructure for parsers, including file-based testing, expected output comparison, timeout handling, and test result serialization.
Structsยง
- AstNode
Data - AST node data structure for parser testing.
- Parser
Test Expected - Expected parser test results for comparison.
- Parser
Tester - A concurrent parser testing utility that can run tests against multiple files with timeout support.