Working on actually making a program
This commit is contained in:
6
main.cpp
6
main.cpp
@@ -78,8 +78,9 @@ Expr:
|
||||
|
||||
@todo
|
||||
[ ] - Passing down program to compile through command line
|
||||
[ ] - Switch
|
||||
[ ] - Arrays with size passed
|
||||
[ ] - Switch
|
||||
[ ] - Fix printf somehow.
|
||||
|
||||
[ ] - Comma notation when declaring variables thing1, thing2: S32
|
||||
[ ] - Array of inferred size
|
||||
@@ -106,6 +107,7 @@ Expr:
|
||||
[ ] - Compound that zeros values - .{} , Compound that assumes defaults from struct definition - {}
|
||||
[ ] - Inject stack traces into the program
|
||||
[ ] - Rewrite constants to embed lambda, types, structs etc.? ???
|
||||
[ ] - Var args using Any array - args: []Any - delete vargs
|
||||
|
||||
@donzo
|
||||
[x] - We need ++ -- operators
|
||||
@@ -185,9 +187,9 @@ int main(){
|
||||
printf("%s", result.str);
|
||||
result = compile_file("lambdas.kl"_s);
|
||||
printf("%s", result.str);
|
||||
#endif
|
||||
result = compile_file("new_types.kl"_s);
|
||||
printf("%s", result.str);
|
||||
#endif
|
||||
|
||||
|
||||
#if 1
|
||||
|
||||
Reference in New Issue
Block a user