ci: build cmd/tools/fast

This commit is contained in:
Alexander Medvednikov 2021-07-20 13:06:59 +03:00
parent ad3835b598
commit b9d418f46a
2 changed files with 3 additions and 0 deletions

View file

@ -26,3 +26,4 @@
- [ ] more advanced errors, not just `error('message')`
- [ ] VLS for autocomplete, refactoring, go to definition etc
- [ ] Recursive structs via optionals: `struct Node { next ?Node }`
- [ ] Remove `foo = 0` for `&Foo`