nac3/nac3core/src/typecheck
pca006132 1ffa1a8bb0 typecheck/typedef: added copy_from
This function would copy concrete type from one unifier to another
unifier, and can handle recursive types. This would be used in code
generation for moving types from one unification table to another one.
2021-08-25 12:02:10 +08:00
..
type_inferencer put parse ast into type annotation into one function 2021-08-24 17:44:37 +08:00
typedef typecheck/typedef: added copy_from 2021-08-25 12:02:10 +08:00
function_check.rs added tuple assignment check 2021-08-21 15:11:01 +08:00
magic_methods.rs add type vars to the primitive binop function def 2021-08-19 11:18:58 +08:00
mod.rs top level class roughly handled, push for review 2021-08-10 10:37:06 +08:00
unification_table.rs codegen for simple function call, and various fixes 2021-08-19 15:30:15 +08:00