Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
kazinator
on Sept 24, 2022
|
parent
|
context
|
favorite
| on:
Langcc: A Next-Generation Compiler Compiler
>
The complexity of the specification's own grammar is largely unrelated to it's expressiveness.
E.g.:
bitstring : bistring '1' | bitstring '0' | /* empty */ ;
this expresses all that can be expressed. The rest is semantics.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
E.g.:
this expresses all that can be expressed. The rest is semantics.