fixed wrong semicolon handling and enhanced eol/semiclon handling
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-01-21 02:23:19 +09:00
parent f88c3a9c1f
commit e3120e20a2
6 changed files with 43 additions and 12 deletions

View File

@ -3,6 +3,6 @@
"hello, world\n"
)
(printf; ##ERROR: synax error - unexpected semicolon
(printf; ##ERROR: syntax error - unexpected semicolon
"hello, world\n"
)