checker: more line-info logic

This commit is contained in:
Alexander Medvednikov 2023-09-11 01:38:09 +03:00
parent 12dd6e8b39
commit b9a233b1a0
10 changed files with 227 additions and 94 deletions

View file

@ -42,6 +42,7 @@
- [ ] 64/32 bit int depending on arch (will remove array.len limitation on 64 bit systems)
- [ ] `copy()` builtin function (e.g. for easier conversion from `[]Foo` to `[4]Foo`)
- [ ] Lambdas: `a.sort(|a, b| a > b)`
- [ ] Custom attributes.
## [Version 1.0]