Check scope of break statements
[tiger.ml.git] / compiler / src / lib / tiger / tiger_symbol.mli
index e5c560f..1dd5acc 100644 (file)
@@ -1,7 +1,13 @@
 type t
 
+val new_of_string : string -> t
+
 val of_string : string -> t
 
 val to_string : t -> string
+(* Reversable. Returns original. *)
+
+val show : t -> string
+(* Not-reversable. M-expression with name and symbol. *)
 
 val is_equal : t -> t -> bool
This page took 0.017106 seconds and 4 git commands to generate.