Data Structures 1 - Core
Closed Mar 27, 2021
100% complete
Core data structures are the building blocks for the rust compiler. This involves a Name Resolver, Type resolution and inferencing. It means supporting core builtin data types:
i8,i16,i32,i64
u8,u16,u32,u64
bool,
f32,f64
Arrays
Structs
Tuples
This milestone is closed.
No open issues remain. View closed issues or see open milestones in this repository.