Generating for stmt
This commit is contained in:
2
main.cpp
2
main.cpp
@@ -33,13 +33,13 @@ For now I don't thing it should be overloadable.
|
||||
|
||||
@todo
|
||||
[ ] - For loop
|
||||
[ ] - Pass statement
|
||||
[ ] - More operators
|
||||
[ ] - Init statements
|
||||
[ ] - Fixing access to constants, in C we cant have constants inside of structs / functions so we need to rewrite the tree
|
||||
[ ] - Default values in structs??? Should compound stmts bring values from default values?? Maybe not? Whats the alternative
|
||||
[ ] - Write up on order independent declarations
|
||||
[ ] - Switch
|
||||
[ ] - Pass statement
|
||||
[ ] - lvalue, rvalue concept so we cant assign value to some arbitrary weird expression
|
||||
[ ] - More basic types
|
||||
[ ] - Array of inferred size
|
||||
|
||||
Reference in New Issue
Block a user