Skip to content

Commit

Permalink
Move analyzing part to analyzer.ml
Browse files Browse the repository at this point in the history
  • Loading branch information
ushitora-anqou committed Jan 30, 2019
1 parent 795149f commit 35b8288
Show file tree
Hide file tree
Showing 4 changed files with 675 additions and 671 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 main.ml
SRC=hashmap.ml hashtbl.ml helper.ml lexer.ml parser.ml analyzer.ml main.ml

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

0 comments on commit 35b8288

Please sign in to comment.