fix alternate tokenizer

This commit is contained in:
2024-12-28 22:28:40 -08:00
parent 9a2eac0bd7
commit b92a45a7cf
2 changed files with 15 additions and 17 deletions

View File

@@ -4,10 +4,7 @@
More comments in code! This is getting big enough that I need to re-find my bearings when fixing stuff.
- [x] tokenizer that can be ported to newt
- [ ] string interpolation
- [ ] editor - indent newline on let with no in
- I've seen this done in vi for Idris, but it seems non-trivial in vscode.
- [ ] string interpolation?
- [x] Move on to next decl in case of error
- [x] for parse error, seek to col 0 token and process next decl
- [ ] record update sugar, syntax TBD