Hacker News new | ask | show | jobs
by euroderf 834 days ago
Pathological cases are never difficult to find for any app.
1 comments

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.

Well okay, but there's an outer circle of Hell where people write code to manipulate Windows filepaths.