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

why not? "or" is an operator, like "+", "foo"+"bar" should be valid. Why have special inconsistent case for "or".
You know what? You’re right.

I guess it’s an operator token after all.