]> git.kianting.info Git - uann/blobdiff - ocaml_yacc/parser.mli
remove unnessary files
[uann] / ocaml_yacc / parser.mli
diff --git a/ocaml_yacc/parser.mli b/ocaml_yacc/parser.mli
deleted file mode 100644 (file)
index 2a8b331..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-type token =
-  | INT of (string)
-  | ID of (string)
-  | PLUS
-  | MINUS
-  | TIMES
-  | DIV
-  | LPAREN
-  | RPAREN
-  | ASSIGN
-  | IN
-  | IMPLY
-  | FUNC
-  | EOL
-
-val main :
-  (Lexing.lexbuf  -> token) -> Lexing.lexbuf -> Ast.ast