-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathTODO.txt
26 lines (23 loc) · 893 Bytes
/
TODO.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
MAIN THINGS (coming soon)
-More types DONE
-Pointers DONE
-Casting DONE
-Const
-Arrays
-String Literals
-Assembly
-Structs
-Cleanup codebase
-Will include refactoring of the type/casting system, mainly for the codegen file
-Will also include refactoring of the codegen file itself
-Will also include a better error system throughout the codebase
-Make more tests
Non-crucial
Features that might be nice in the future, but not currently implemented
-Not high up on the list of features
-NSW and NUW
-C++ style function declaration (can declare a function with same name but different types in arguments)
-Add boolean values to literal_cast DONE
Potential Features
Features may or may not be implemented, depending on if they are important enough
-Proper double const pointers (where the pointer to type can be const and the pointer itself can be const)