Tokenize the input with flex

This commit is contained in:
2024-04-06 16:10:07 +02:00
parent 4251c361c7
commit aa3df7f4d3
11 changed files with 274 additions and 369 deletions

View File

@ -0,0 +1 @@
tests/missing_semicolon.eln:3:3: Unexpected token «identifier»

View File

@ -0,0 +1,4 @@
begin
writei(1)
writei(2)
end.