Skip to content

Releases: GraemeKnowles/PrefixParser

Wild Card Checking

12 May 02:08
Compare
Choose a tag to compare

Adds support for blank spaces after parenthesis, but also adds checking for the error that can occur with the OS thinking * is a wildcard.

When running equations that contain something like "( * " make sure to put the full equation in quotes.

Bug Fix + Ignoring white space

03 May 02:21
2a668e7
Compare
Choose a tag to compare
  • Fixed verbose option
  • Now ignores white space between function names and parameters instead of expecting them.

Initial Release

01 May 21:18
Compare
Choose a tag to compare
v1.0.0

Merge branch 'master' of https://github.com/GraemeKnowles/PrefixParser