Expression separation

This commit is contained in:
Robert Bendun 2022-05-07 18:54:09 +02:00
parent 108b7f1fee
commit ead70bda5d

View File

@ -1,4 +1,4 @@
program = ws*, expression, ws*, { expression, ws* }
program = { expression, ws*, ";", { ws*, ";" }, ws* } ;
block = "[", program, "]" ;
(* At interpreter runtime it is determined which symbols pass as operators, and which not *)