Don't require the module name after end

This commit is contained in:
2025-06-03 12:14:25 +02:00
parent 23885e5b95
commit ff547a295d
7 changed files with 378 additions and 217 deletions

View File

@ -29,7 +29,7 @@ BEGIN
IF IsNoError(source_input) THEN
lexer_initialize(ADR(lexer), source_input);
transpile(ADR(lexer), StdOut);
transpile(ADR(lexer), StdOut, command_line^.input);
lexer_destroy(ADR(lexer));