Tokenize the input with flex
This commit is contained in:
1
tests/failures/missing_semicolon.txt
Normal file
1
tests/failures/missing_semicolon.txt
Normal file
@ -0,0 +1 @@
|
||||
tests/missing_semicolon.eln:3:3: Unexpected token «identifier»
|
4
tests/missing_semicolon.eln
Normal file
4
tests/missing_semicolon.eln
Normal file
@ -0,0 +1,4 @@
|
||||
begin
|
||||
writei(1)
|
||||
writei(2)
|
||||
end.
|
Reference in New Issue
Block a user