You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compiler from contingency-dsl JSON AST to academic paper Method sections (DSL → paper). Works with any parser emitting the canonical ast-schema.json shape.
Python reference parser for contingency-dsl. Zero runtime dependencies; implements the full EBNF grammar and produces an AST that validates against contingency-…
Rust reference parser for contingency-dsl. Zero runtime dependencies; mirrors the Python reference parser (contingency-dsl-py) — both track the same conformance…