Transpile the global var section

This commit is contained in:
2025-05-27 17:05:00 +02:00
parent 3d401e7dac
commit 46d89122e4
4 changed files with 83 additions and 11 deletions

View File

@ -6,7 +6,7 @@ from SYSTEM import ADR;
from Lexer import Lexer, LexerDestroy, LexerInitialize;
from Transpiler import Transpile;
VAR
var
ALexer: Lexer;
BEGIN