nac3_sca/nac3core/src/typecheck
CrescentonC d4807293b0 clean up unused variabls and comments 2021-08-03 10:41:52 +08:00
..
type_inferencer add primitive magic method support; change from TypeEnum::TObj { fields: Mapping<String>, ..} to TypeEnum::TObj {fields: RefCell<Mapping<String>>, .. } for interior mutability 2021-08-02 17:36:37 +08:00
typedef not creating temp for borrow, more concise code 2021-08-03 09:45:39 +08:00
function_check.rs new is_concrete type check 2021-07-28 17:25:19 +08:00
location.rs added symbol resolver... 2021-06-28 14:48:04 +08:00
magic_methods.rs clean up unused variabls and comments 2021-08-03 10:41:52 +08:00
mod.rs init function check 2021-07-22 15:36:37 +08:00
symbol_resolver.rs more cleanup and started adding tests 2021-07-21 15:36:35 +08:00
unification_table.rs use custom unification table implementation 2021-07-22 11:37:29 +08:00