Rewriting function calls to have named parameters, default values
This commit is contained in:
4
main.cpp
4
main.cpp
@@ -37,6 +37,10 @@
|
||||
/// [x] - Typespecs should probably be expressions so stuff like would be possible :: *[32]int
|
||||
/// [x] - Initial order independence algorithm
|
||||
/// [ ] - Cleanup the mess with constant bindings
|
||||
/// [ ] - Struct calls
|
||||
/// [ ] - Default values in calls
|
||||
/// [ ] - Resolving calls with default values
|
||||
/// [ ] - Resolving calls with named args, with indexed args
|
||||
/// [ ] - Structs
|
||||
/// [ ] - Enums
|
||||
/// [ ] - For loop
|
||||
|
||||
Reference in New Issue
Block a user