mlox/lox.t/unexpected_character.lox

3 lines
112 B
Lox
Raw Normal View History

2024-08-03 02:44:12 +02:00
// [line 3] Error: Unexpected character.
// [java line 3] Error at 'b': Expect ')' after arguments.
foo(a | b);