Make procedure name after the end
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user