Created
October 18, 2016 09:20
-
-
Save DmitrySoshnikov/324b7418145b78af96046b32f9fca10e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import calcparser | |
print(calcparser.parse('2 + 2 * 2')) # int(6) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment