Y
Hacker News
new
|
ask
|
show
|
jobs
by
gfiorav
1891 days ago
Probably a lexer bug. "foo"or should never be processed as "foo" and token OR
1 comments
njharman
1891 days ago
why not? "or" is an operator, like "+", "foo"+"bar" should be valid. Why have special inconsistent case for "or".
link
gfiorav
1891 days ago
You know what? You’re right.
I guess it’s an operator token after all.
link