- Recursive descent parser for SORE syntax (+, ?, *, |, ., parens) - AST intermediate representation (_Literal, _Concat, _Alt, _Plus, _Optional, _Star) - to_gbnf(sore) → full GBNF rule string - to_gbnf_with_rules(sore, name) → named rule for composition - 15 tests covering all SORE operators and nesting patterns |
||
|---|---|---|
| .. | ||
| test_analyze.py | ||
| test_bex.py | ||
| test_ensemble.py | ||
| test_gbnf.py | ||
| test_kore.py | ||
| test_reduce.py | ||
| test_scoring.py | ||