Structs§
- Parsed
Grammar - Parsed grammar: rules + symbol table.
Functions§
- decode_
utf8_ string - Decode a full string to codepoints, with partial UTF-8 state handling. Returns (codepoints_with_terminating_zero, partial_state).
- parse
- Parse a GBNF grammar string into rules and symbol table.