Make procedure name after the end

This commit is contained in:
2025-05-29 14:59:22 +02:00
parent 4adac0531f
commit 273e26b119
7 changed files with 765 additions and 797 deletions

View File

@ -2,6 +2,6 @@ DEFINITION MODULE Transpiler;
FROM Lexer IMPORT PLexer;
PROCEDURE Transpile(ALexer: PLexer);
PROCEDURE transpile(ALexer: PLexer);
END Transpiler.