|
|
|
|
|
by pldrnt
4220 days ago
|
|
This hits home, I have spent many evenings designing a language that is semantically equivalent to C++ (in fact, it's made to transpile to C++11) but with a LALR grammar (using just flex and bison). Glad to read that none other than Rob Pike agrees with many design choices in my language :) |
|