|
|
|
|
|
by anaphor
4677 days ago
|
|
I don't know about less ambiguous, it can still require only single token lookahead and be context-free without any parentheses, but Lisp-ish languages are easier to parse because you have fewer productions to worry about compared to more complex languages. |
|