Interpreter: Test complex expressions #15
Loading…
Reference in New Issue
Block a user
No description provided.
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?
Unit test for complex expressions is failing. Seems like it performs the wrong calculations but I don't know why and how
The interpreter only ever interprets the first expression. This needs to be changed.
See Interpreter.jl for todo on how to fix this
Fixed with
aaa3f2c7c0