diff options
| author | gingerBill <ginger.bill.22@gmail.com> | 2016-07-07 21:47:33 +0100 |
|---|---|---|
| committer | gingerBill <ginger.bill.22@gmail.com> | 2016-07-07 21:47:33 +0100 |
| commit | 7430008fd7088339821923bdff533369b7967904 (patch) | |
| tree | 207c8e9b67f938c38982d1c9a2630e2ff7018700 /src/checker.cpp | |
Initial Commit
Original Git Repo "went bad" so I had to restart.
Diffstat (limited to 'src/checker.cpp')
| -rw-r--r-- | src/checker.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/checker.cpp b/src/checker.cpp new file mode 100644 index 000000000..97d1d9f87 --- /dev/null +++ b/src/checker.cpp @@ -0,0 +1,6 @@ +#include "checker/value.cpp" +#include "checker/entity.cpp" +#include "checker/type.cpp" +#include "checker/checker.cpp" +#include "checker/expression.cpp" +#include "checker/statements.cpp" |