begin parser to load from file
This commit is contained in:
8
fcore/parsing/tokens.sml
Normal file
8
fcore/parsing/tokens.sml
Normal file
@@ -0,0 +1,8 @@
|
||||
structure Tokens =
|
||||
struct
|
||||
datatype t =
|
||||
L_BRACE
|
||||
| R_BRACE
|
||||
| INT of int
|
||||
| X
|
||||
end
|
||||
Reference in New Issue
Block a user