Y
Hacker News
new
|
ask
|
show
|
jobs
by
euroderf
834 days ago
Pathological cases are never difficult to find for any app.
1 comments
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.
link
euroderf
833 days ago
Well okay, but there's an outer circle of Hell where people write code to manipulate Windows filepaths.
link
It will be difficult to find pathological cases for this grammar, because they don't exist.