Expression separation
This commit is contained in:
parent
108b7f1fee
commit
ead70bda5d
@ -1,4 +1,4 @@
|
|||||||
program = ws*, expression, ws*, { expression, ws* }
|
program = { expression, ws*, ";", { ws*, ";" }, ws* } ;
|
||||||
block = "[", program, "]" ;
|
block = "[", program, "]" ;
|
||||||
|
|
||||||
(* At interpreter runtime it is determined which symbols pass as operators, and which not *)
|
(* At interpreter runtime it is determined which symbols pass as operators, and which not *)
|
||||||
|
Loading…
Reference in New Issue
Block a user