Combine parser of app and operator

This commit is contained in:
2024-10-29 17:53:33 -07:00
parent 0fb5b08598
commit e8de2d4ccd
4 changed files with 48 additions and 43 deletions

View File

@@ -1,6 +1,9 @@
## TODO
- [ ] Allow unicode operators/names
- refactored parser to prep for this
- [ ] handle if_then_else_
- [x] Remember operators from imports
- [ ] Default cases for non-primitives (currently gets expanded to all constructors)
- [x] Case for primitives