Verhalten wie ein compiler. Es werden Fehler in der Konsole angegeben statt Exceptions zu schmeißen

This commit is contained in:
2025-10-12 17:15:10 +02:00
parent dbd7715193
commit d5c6653e8a
10 changed files with 385 additions and 141 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,7 +0,0 @@
PROGRAM MyProg
VAR
a;
x;
END_VAR
x := a + 5;
END_PROGRAM