Y
Hacker News
new
|
ask
|
show
|
jobs
by
ksherlock
2269 days ago
... Why? This happened when I switched my parser to skip per-byte checks when encountering `"` to next indexOf.
Q: What happens when you parse "\\" ?
1 comments
marknadal
2269 days ago
If string[index-1] === `\\` Then skipAgain
link
ksherlock
2269 days ago
How does that differentiate "\\" vs "\" ?
link