This website requires JavaScript.
Explore
Help
janware
/
jw-python
Watch
1
mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-python
synced
2026-01-15 09:53:32 +01:00
Code
Releases
Activity
930efae39f
jw-python
/
test
/
grammar
/
grammartest.code
9 lines
97 B
Text
Raw
Normal View
History
Unescape
Escape
grammar.py and friends: Make test/grammar compile and start 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>
2017-10-30 13:05:22 +01:00
PROGRAM DEMO1
BEGIN
A:=3;
B:=45;
H:=-100023;
C:=A;
D123:=B34A;
BABOON:=GIRAFFE;
END.
Copy permalink