Skip to content

Commit

Permalink
Todo
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert-M-Lucas committed Jun 8, 2024
1 parent aecfff9 commit 63afc58
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 15 deletions.
24 changes: 15 additions & 9 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 8 additions & 6 deletions todo.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Add support for multiple functions with the same name but different signatures
Allow operators to be both prefix and infix i.e. -a or a - b
Fix evaluables such as (a + b) or (a + b) + c or a + b + c not working
Add rich parser errors
Add all errors in
All other todos, of course
1. Add support for multiple functions with the same name but different signatures
2. Allow operators to be both prefix and infix i.e. -a or a - b
3. Fix evaluables such as (a + b) or (a + b) + c not working
4. Finish off evaluable compilation
5. Finish of handling of remaining lines
6. Add rich parser errors
7. Add all errors in
8. All other todos, of course

0 comments on commit 63afc58

Please sign in to comment.