pymep is a simple python math expression parser.It is a recursive LR parser (Left-Right Parser) without backtracking
-
Updated
Nov 18, 2025 - Python
pymep is a simple python math expression parser.It is a recursive LR parser (Left-Right Parser) without backtracking
A basic math parser written in python
A symbolic integration calculator built from scratch (no CAS libraries for the core). UI and secondary utilities may use libraries, but the integration engine, parser, AST, simplifier, differentiation, and rule system are handwritten.
A python project to visualize mathematical function
Add a description, image, and links to the math-parser topic page so that developers can more easily learn about it.
To associate your repository with the math-parser topic, visit your repo's landing page and select "manage topics."