Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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...

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.


More examples in positive and negative test subfolders.