Factor out definition into separate file in compiler series
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#include "ast.hpp"
|
||||
#include "definition.hpp"
|
||||
#include "error.hpp"
|
||||
#include "ast.hpp"
|
||||
|
||||
void definition_defn::typecheck_first(type_mgr& mgr, type_env& env) {
|
||||
return_type = mgr.new_type();
|
||||
|
||||
Reference in New Issue
Block a user