mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-python
synced 2026-01-15 09:53:32 +01:00
Continue implementation of grammar.py
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
5b76358238
commit
40e6add5ad
6 changed files with 366 additions and 44 deletions
10
test/grammar/grammartest.code
Normal file
10
test/grammar/grammartest.code
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
PROGRAM DEMO1
|
||||
BEGIN
|
||||
A:=3;
|
||||
B:=45;
|
||||
H:=-100023;
|
||||
C:=A;
|
||||
D123:=B34A;
|
||||
BABOON:=GIRAFFE;
|
||||
TEXT:="Hello world!";
|
||||
END.
|
||||
Loading…
Add table
Add a link
Reference in a new issue