|
|
|
|
|
by greenshackle2
834 days ago
|
|
Wrong. Consider the standard backslash escape: represent literal comma as "\,", and literal backslash as "\\". Backslashes are otherwise forbidden. It will be difficult to find pathological cases for this grammar, because they don't exist. |
|