Lot's of work on Any and Type
This commit is contained in:
2
main.cpp
2
main.cpp
@@ -43,7 +43,6 @@ want to export all the symbols, we can namespace them optionally.
|
||||
@todo
|
||||
[ ] - Probably need to give Ast_Expr a Value field, then I can express Type nicely
|
||||
[ ] - I would love for String, slice, Any etc. to have their struct declarations in source files, I also would want for stuff like string.str to work without weird special cases
|
||||
[ ] - Implementing type Any
|
||||
|
||||
[ ] - #test construct that would gather all tests and run them on start of program or something
|
||||
[ ] - Foreign import that would link library
|
||||
@@ -81,6 +80,7 @@ want to export all the symbols, we can namespace them optionally.
|
||||
[ ] - Polymorphism - create declaration of a polymorphic thing, when it's called just copy it, replace types and typecheck normally, when someone calls again you just search for the instantiation again
|
||||
|
||||
@donzo
|
||||
[x] - Implementing type Any
|
||||
[x] - Runtime TypeInfo
|
||||
[x] - Proper type Type support
|
||||
[x] - Switch
|
||||
|
||||
Reference in New Issue
Block a user