General style changes, nothing major

This commit is contained in:
Emin Arslan
2025-10-14 19:01:29 +03:00
committed by haxala1r
parent 2e4a0f6f83
commit 4a1d27b01e
4 changed files with 17 additions and 18 deletions

View File

@@ -33,4 +33,3 @@ rule read =
| '\'' { QUOTE }
| _ { raise (SyntaxError ("Unexpected char: " ^ Lexing.lexeme lexbuf))}
| eof { EOF }