Make procedure name after the end

This commit is contained in:
2025-05-29 14:59:56 +02:00
parent 192e7e40c8
commit 7b64f06c2a
5 changed files with 123 additions and 90 deletions

View File

@ -9,10 +9,10 @@ from Transpiler import Transpile;
var
ALexer: Lexer;
BEGIN
begin
LexerInitialize(ADR(ALexer), StdIn);
Transpile(ADR(ALexer));
LexerDestroy(ADR(ALexer))
END Compiler.
end Compiler.