Create a parser context
This commit is contained in:
@ -5,6 +5,7 @@ FROM Common IMPORT ShortString;
|
||||
TYPE
|
||||
CommandLine = RECORD
|
||||
input: ShortString;
|
||||
output: ShortString;
|
||||
lex: BOOLEAN;
|
||||
parse: BOOLEAN
|
||||
END;
|
||||
|
Reference in New Issue
Block a user