First draft for adding c string type
This commit is contained in:
3
main.cpp
3
main.cpp
@@ -77,7 +77,7 @@ Expr:
|
||||
|
||||
|
||||
@todo
|
||||
[ ] - Remodel compound from call to {}
|
||||
[ ] - Should compound resolution use an algorithm to reorder compounds to initialize all fields in order
|
||||
[ ] - Switch
|
||||
[ ] - Add c string
|
||||
[ ] - Some way to take slice of data
|
||||
@@ -106,6 +106,7 @@ Expr:
|
||||
|
||||
@donzo
|
||||
[x] - Scope
|
||||
[x] - Remodel compound from call to {}
|
||||
[x] - Field access rewrite
|
||||
[-] - Constants embeded in structs should be able to refer to other constants in that namespace without prefix
|
||||
[-] - Order independent constants in structs
|
||||
|
||||
Reference in New Issue
Block a user