pegged.dynamic.grammar

Dynamic grammars: - no CT parsing (this one will stay) - no memoization (could be added) - slightly less handy parameterized rules (could be better) - no semantic actions (drat, this one is the worse) - no calling from other grammars?

Advantages: - fully runtime configurable: change rules, add rules, delete rules.

Meta