write output to file (if -o), cmd line parser, handle dup imports

This commit is contained in:
2024-09-29 11:06:48 -07:00
parent fa7d803ebb
commit 76e627825c
5 changed files with 55 additions and 32 deletions

View File

@@ -34,7 +34,8 @@ I may be done with `U` - I keep typing `Type`.
- [ ] do blocks
- [ ] some solution for `+` problem (classes? ambiguity?)
- [x] show compiler failure in the editor (exit code != 0)
- [ ] write js files into `out` directory
- [x] write output to file
- uses `-o` option
- [ ] detect extra clauses in case statements
- [ ] add test framework
- [ ] decide what to do for erasure