Consider the following code, which parses and evaluates strings like 567 +223 in Python.
567 +223
import parsy as pr