Files
sml-projects/fcore/parsing/tokens.sml

2 lines
74 B
Standard ML

structure Tokens = struct datatype t = L_BRACE | R_BRACE | INT of int end