Make exec take arguments from console #3
Notifications
Due Date
No due date set.
Depends on
#2 Floating point handling
laentropia/Calculator
#4 Error handling for evaluator
laentropia/Calculator
Reference: laentropia/Calculator#3
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What?
Right now main doesn't really have a purpouse so it will be cool to have something like the python shell (or whatever is called) that you can just start writing an expression and it gives the result back. It will show everything really well and handle sytax errors, would be even cooler to have something point out the exact error, that would mean reworking to a better lexer but i don't know