add function to quad tree to turn items into strings (for later saving to file)
This commit is contained in:
7
fcore/parser/tokens.sml
Normal file
7
fcore/parser/tokens.sml
Normal file
@@ -0,0 +1,7 @@
|
||||
structure Tokens =
|
||||
struct
|
||||
datatype t =
|
||||
L_BRACE
|
||||
| R_BRACE
|
||||
| INT of int
|
||||
end
|
||||
Reference in New Issue
Block a user