1
0
forked from M-Labs/nac3
nac3/nac3core/src/toplevel
David Mak 4948395ca2 core/toplevel/type_annotation: Add handling for mismatching class def
Primitive types only contain fields in its Type and not its TopLevelDef.
This causes primitive object types to lack some fields.
2024-07-19 14:42:14 +08:00
..
snapshots core: Implement list::__mul__ 2024-07-04 15:53:50 +08:00
builtins.rs core/toplevel/type_annotation: Add handling for mismatching class def 2024-07-19 14:42:14 +08:00
composer.rs core/toplevel/type_annotation: Add handling for mismatching class def 2024-07-19 14:42:14 +08:00
helper.rs core/toplevel/type_annotation: Add handling for mismatching class def 2024-07-19 14:42:14 +08:00
mod.rs core: add attribute field to class definition 2024-06-25 16:06:33 +08:00
numpy.rs core: refactor to use TypeVarId and TypeVar 2024-06-13 16:59:10 +08:00
test.rs core/type_annotation: Refactor List type to TObj 2024-07-04 15:32:18 +08:00
type_annotation.rs core/toplevel/type_annotation: Add handling for mismatching class def 2024-07-19 14:42:14 +08:00