Fixed grammar and more peano stuff

This commit is contained in:
sebastianselander 2023-05-05 15:42:18 +02:00
parent 7663c7ad4e
commit 2f62c017ec
2 changed files with 47 additions and 10 deletions

View file

@ -1,3 +1,10 @@
-------------------------------------------------------------------------------
-- * PROGRAM
-------------------------------------------------------------------------------
Program. Program ::= [Def];
-------------------------------------------------------------------------------
-- * TOP-LEVEL
-------------------------------------------------------------------------------
@ -101,3 +108,4 @@ token Symbol (["@#%^&*_-+=|?/<>,•:[]"]+) ;
comment "--";
comment "{-" "-}";