Skip to main content

Module parsing

Module parsing 

Source
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ยง

AstNodeData
AST node data structure for parser testing.
ParserTestExpected
Expected parser test results for comparison.
ParserTester
A concurrent parser testing utility that can run tests against multiple files with timeout support.