Rename "tiger" dir to "compiler"
[tiger.ml.git] / compiler / src / lib / tiger / tiger_symbol.mli
diff --git a/compiler/src/lib/tiger/tiger_symbol.mli b/compiler/src/lib/tiger/tiger_symbol.mli
new file mode 100644 (file)
index 0000000..8605047
--- /dev/null
@@ -0,0 +1,5 @@
+type t
+
+val of_string : string -> t
+
+val to_string : t -> string
This page took 0.025718 seconds and 4 git commands to generate.