mirror of
https://github.com/MorizzG/MLox.git
synced 2025-12-06 12:32:41 +00:00
12 lines
188 B
Lox
12 lines
188 B
Lox
|
|
space tabs newlines
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
end
|
||
|
|
|
||
|
|
// expect: IDENTIFIER space null
|
||
|
|
// expect: IDENTIFIER tabs null
|
||
|
|
// expect: IDENTIFIER newlines null
|
||
|
|
// expect: IDENTIFIER end null
|
||
|
|
// expect: EOF null
|