mirror of
https://github.com/odin-lang/Odin.git
synced 2026-07-25 16:51:48 +00:00
Initial Commit
Original Git Repo "went bad" so I had to restart.
This commit is contained in:
6
src/checker.cpp
Normal file
6
src/checker.cpp
Normal file
@@ -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"
|
||||
Reference in New Issue
Block a user