Generating for stmt

This commit is contained in:
Krzosa Karol
2022-05-31 18:50:41 +02:00
parent 0360086bab
commit 7ea0dfc7a6
4 changed files with 50 additions and 8 deletions

View File

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