Expand description
§XDL Parser
Parser for the Extended Data Language (XDL/IDL) using nom combinator library.
Re-exports§
Modules§
- ast
- XDL Abstract Syntax Tree definitions
- error
- Parser-specific error types
- lexer
- XDL Lexer implementation
- parser
- XDL Parser implementation
Functions§
- parse_
expression - Parse a single XDL expression
- parse_
xdl - Parse XDL source code into an AST