This repository directed to crate a parser for Mathematica Language. The parser is written in scala using scala-parser-combinators
To focus on the main reason for this repository, only parsing related code will be accepted.
For every new bug we create a test case to reveal the bug.
After aknowlege the bug we fix it.
The PR (pull request) should contain both the test case and the fix.