feat(math): add context-free language operations (#1894) - #2051
Conversation
Add context_free_languages_ops domain with 3 operations: nullable symbol profiles, dependency graph, and FIRST sets. Uses fixed-point iteration over bounded context-free grammars. Closes #1894
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
Deep review summaryVerdict: REQUEST CHANGES — FIRST sets are wrong across nullable prefixes, and malformed grammar symbols can be treated as nullable. 1.
|
Summary
Implements the domain with 3 atomic operations for context-free grammar analysis.
Closes #1894
Operations
grammar.symbol_profiles.computegrammar.dependency_graph.computegrammar.first_sets.computeDesign
Continue this on Linzumi