Rewriting function calls to have named parameters, default values

This commit is contained in:
Krzosa Karol
2022-05-30 11:00:30 +02:00
parent 54e3cb5261
commit 9e24a608cb
7 changed files with 129 additions and 32 deletions

View File

@@ -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