2 lines
74 B
Standard ML
2 lines
74 B
Standard ML
structure Tokens = struct datatype t = L_BRACE | R_BRACE | INT of int end
|
structure Tokens = struct datatype t = L_BRACE | R_BRACE | INT of int end
|