Skip to content

Commit

Permalink
Refactor parsing from compiler to parser
Browse files Browse the repository at this point in the history
  • Loading branch information
john-z-yang committed Dec 16, 2023
1 parent eac3de0 commit 794beed
Show file tree
Hide file tree
Showing 8 changed files with 421 additions and 346 deletions.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ To set it to the /lib folder of this project.
endef

_DEPS = code/Code.hpp \
compile/Compiler.hpp \
compile/CodeGenerator.hpp compile/Parser.hpp \
error/RuntimeError.hpp error/SyntaxError.hpp error/TypeError.hpp \
fn/CPPFnImpls.hpp \
repl/repl.hpp \
Expand Down
Loading

0 comments on commit 794beed

Please sign in to comment.