mlox/lox.t/unexpected_character.lox
2024-08-03 02:44:12 +02:00

3 lines
112 B
Lox

// [line 3] Error: Unexpected character.
// [java line 3] Error at 'b': Expect ')' after arguments.
foo(a | b);