Menu

#7 Solver incorrectly parses inside strings

open
nobody
None
5
2011-08-15
2011-08-15
Anonymous
No

When a string contains brackets, the expression is not parsed correctly (The parser should skip anything bewteen quotes)
Example:
length("(")
length("()*3")
length("]")
reverse("pi()")
Note also the interesing result of
reverse("abc(1)")

Discussion


Log in to post a comment.