mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
checker: more line-info logic
This commit is contained in:
parent
12dd6e8b39
commit
b9a233b1a0
10 changed files with 227 additions and 94 deletions
|
@ -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]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue