Trace the source code position in the lexer
This commit is contained in:
@ -9,7 +9,8 @@ FROM Parser IMPORT PAstModule;
|
||||
TYPE
|
||||
TranspilerContext = RECORD
|
||||
input_name: ShortString;
|
||||
output: File
|
||||
output: File;
|
||||
indentation: CARDINAL
|
||||
END;
|
||||
PTranspilerContext = POINTER TO TranspilerContext;
|
||||
|
||||
|
Reference in New Issue
Block a user