|
|
|
|
|
by cakoose
1360 days ago
|
|
That claim is sort misleading. The complexity of the specification's own grammar is largely unrelated to it's expressiveness. I'd expect most parser generators in this category to be able to parse their own grammars. Imagine a very weak parser that can only handle LR0. But if it uses a Lisp-like grammar language, it too is self-hosting. |
|
E.g.:
this expresses all that can be expressed. The rest is semantics.