First draft for adding c string type

This commit is contained in:
Krzosa Karol
2022-06-12 00:15:19 +02:00
parent 6a612cf1b4
commit 83130b130b
5 changed files with 25 additions and 5 deletions

View File

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