Skip to content

Instantly share code, notes, and snippets.

@DmitrySoshnikov
Created October 18, 2016 09:20
Show Gist options
  • Save DmitrySoshnikov/324b7418145b78af96046b32f9fca10e to your computer and use it in GitHub Desktop.
Save DmitrySoshnikov/324b7418145b78af96046b32f9fca10e to your computer and use it in GitHub Desktop.
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