Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/natzcam/mathparser
A math expression parser that turned out to be more...
https://github.com/natzcam/mathparser
Last synced: 1 day ago
JSON representation
A math expression parser that turned out to be more...
- Host: GitHub
- URL: https://github.com/natzcam/mathparser
- Owner: natzcam
- License: other
- Created: 2014-01-31T10:54:06.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-04T06:13:44.000Z (about 10 years ago)
- Last Synced: 2024-11-05T11:33:23.490Z (about 2 months ago)
- Language: Java
- Homepage:
- Size: 992 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
MathParser
My own exploration into programming languages.
This is a Javascript/ECMAScript inspired programming language with a slightly different and incomplete syntax. The parser is a recursive-descent. I plan to support persistence integrated into the language.
No wiki yet, but here is a example script that I currently use: test.mp.