Constants in structs
This commit is contained in:
15
main.cpp
15
main.cpp
@@ -37,11 +37,12 @@
|
||||
/// [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
|
||||
/// [x] - Struct calls
|
||||
/// [x] - Default values in calls
|
||||
/// [x] - Resolving calls with default values
|
||||
/// [x] - Resolving calls with named args, with indexed args
|
||||
/// [x] - Structs
|
||||
/// [ ] - Default values in structs???
|
||||
/// [ ] - Enums
|
||||
/// [ ] - For loop
|
||||
/// [ ] - Switch
|
||||
@@ -65,8 +66,8 @@ int main(){
|
||||
|
||||
String result = {};
|
||||
// result = compile_file("order1.kl"_s);
|
||||
result = compile_file("lambdas.kl"_s);
|
||||
// result = compile_file("order2.kl"_s);
|
||||
// result = compile_file("lambdas.kl"_s);
|
||||
result = compile_file("order2.kl"_s);
|
||||
// result = compile_file("globals.kl"_s);
|
||||
printf("%s", result.str);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user