Parsing Reflective Grammars
- Existing technology can parse arbitrary context-free grammars, but only a single, static grammar per input. In order to support more powerful syntax-extension systems suggested solutions include reflective grammars, created to modify their own syntax during parsing
CategoryComputerArchitecture