mirror of
ssh://devgit.janware.com/janware/proj/jw-python
synced 2026-06-18 05:46:37 +02:00
Doesn't successfully parse grammartest.code, yet, it errors out with a syntax error on whitespace. But at least it compiles and starts.
Signed-off-by: Jan Lindemann <jan@janware.com>
10 lines
121 B
Text
10 lines
121 B
Text
PROGRAM DEMO1
|
|
BEGIN
|
|
A:=3;
|
|
B:=45;
|
|
H:=-100023;
|
|
C:=A;
|
|
D123:=B34A;
|
|
BABOON:=GIRAFFE;
|
|
TEXT:="Hello world!";
|
|
END.
|