Parse and transpile unary operations

This commit is contained in:
2025-06-06 18:25:29 +02:00
parent 9bc6b50b94
commit c9c9b217a2
6 changed files with 291 additions and 29 deletions

View File

@ -18,7 +18,7 @@ VAR
parsed: BOOLEAN;
BEGIN
i := 1;
ALLOCATE(result, TSIZE(CommandLine));
NEW(result);
result^.lex := FALSE;
result^.parse := FALSE;
MemZero(ADR(result^.input), 256);