Add methods and pointers (#53)

* method calls and sorting

* add more tests and fix some alias stuff
This commit is contained in:
water111
2020-09-19 16:50:42 -04:00
committed by GitHub
parent cee6c21603
commit 27b865c0df
38 changed files with 628 additions and 47 deletions
+1 -1
View File
@@ -216,7 +216,7 @@ Val* Compiler::compile_cond(const goos::Object& form, const goos::Object& rest,
env->emit(std::move(get_false));
}
result->set_type(m_ts.lowest_common_ancestor(case_result_types));
result->set_type(coerce_to_reg_type(m_ts.lowest_common_ancestor(case_result_types)));
// PATCH END
end_label->idx = fenv->code().size();