Transpile type section
This commit is contained in:
@ -1,10 +1,10 @@
|
||||
MODULE Compiler;
|
||||
module Compiler;
|
||||
|
||||
FROM FIO IMPORT StdIn;
|
||||
FROM SYSTEM IMPORT ADR;
|
||||
from FIO import StdIn;
|
||||
from SYSTEM import ADR;
|
||||
|
||||
FROM Lexer IMPORT Lexer, LexerDestroy, LexerInitialize;
|
||||
FROM Transpiler IMPORT Transpile;
|
||||
from Lexer import Lexer, LexerDestroy, LexerInitialize;
|
||||
from Transpiler import Transpile;
|
||||
|
||||
VAR
|
||||
ALexer: Lexer;
|
||||
|
Reference in New Issue
Block a user