Fix errors in the lexer module

This commit is contained in:
2025-08-16 15:28:07 +02:00
parent f880e3d2d7
commit cad8f412ac
4 changed files with 31 additions and 30 deletions

View File

@@ -3,7 +3,7 @@
obtain one at https://mozilla.org/MPL/2.0/. *)
program;
import cstdio, cctype, common, command_line_interface, Lexer;
import cstdio, cctype, common, command_line_interface, lexer;
const
SEEK_SET* := 0;