Skip to content

Commit

Permalink
Replace 'open Parser' with 'module P = Parser' in analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
ushitora-anqou committed Feb 3, 2019
1 parent e8d0a2e commit b653be3
Show file tree
Hide file tree
Showing 4 changed files with 217 additions and 209 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SRC=hashmap.ml hashtbl.ml helper.ml lexer.ml parser.ml analyzer.ml generator.ml main.ml
SRC=hashmap.ml hashtbl.ml helper.ml lexer.ml type.ml parser.ml analyzer.ml generator.ml main.ml

aqaml: $(SRC)
ocamlopt $^ -o $@
Expand Down
Loading

0 comments on commit b653be3

Please sign in to comment.