Working on modules finding bugs

This commit is contained in:
Krzosa Karol
2022-10-14 07:06:55 +02:00
parent 16a2fe659e
commit 62aaffdb83
7 changed files with 37 additions and 71 deletions

View File

@@ -10,6 +10,10 @@ Fix backlog
* a.void[10]
- [ ] Test and bulletproof any, slices
- [ ] Need tests that make sure stuff errors out
- [ ] String declaration in Language.core this way we can compound create it and access fields and stuff
- [ ] This error is valid error case when someone creates a compound out of basic type C:/AProgramming/cparse/compiler/examples/arms_race/arms_race.core:137 Internal compiler error: Invalid type was passed to the compound expression, should have been an array, struct or slice
result := String{data, filesize}
- [ ] Fix tuple being able to colapse into a single variable
Future features
@@ -28,7 +32,6 @@ Future features
Probably need some UInt Int types and those should be default, target
decides the size of these
- [ ] String declaration in Language.core
- [ ] Way to import and force evaluate #import_lazy #import ?
Redesign: