Expand description
Utility functions and helper types for parsing operations. Helper utilities for common operations in the Oak Core parsing framework.
This module provides utility functions for file system operations, URL handling, and other common tasks that are useful when working with the parsing framework.
Structs§
- Lexer
Tester - A lexer testing utility that can run tests against multiple files.
- Parser
Tester - A concurrent parser testing utility that can run tests against multiple files with timeout support.
Functions§
- create_
file - Creates a file and returns a file handle.
- json_
from_ path - Reads JSON data from a file path.
- open_
file - Opens a file and returns a file handle.
- source_
from_ path - Reads source text from a file path.
- url_
from_ path - Converts a file system path to a URL.