change BNF (but not implementation of BNF) for parsing, to handle layers, and also change minimum key in layer tree to be 1
This commit is contained in:
@@ -1,7 +1,2 @@
|
||||
structure Tokens =
|
||||
struct
|
||||
datatype t =
|
||||
L_BRACE
|
||||
| R_BRACE
|
||||
| INT of int
|
||||
end
|
||||
struct datatype t = L_BRACE | R_BRACE | L_BRACKET | R_BRACKET | INT of int end
|
||||
|
||||
Reference in New Issue
Block a user