Releases: AndreasBurbach/EveryParser.Net
Releases · AndreasBurbach/EveryParser.Net
1.1.0
Changes:
- add EOF to grammar to check if there are not parsed tokens and also check for syntax
- add more tests, also for syntax parsing
- add percent alias for numbers: "3%" <=> "0.03" | "45.6%" <=> "0.456" | "3% % 0.03" <=> "0.03 % 0.03" | ... See the tests for more examples or have a look inside the wiki
Fixes:
- fixes an issue with not seeing some syntax errors
Full Changelog: 1.0.7...1.1.0
1.0.7
Fix: equality checks
Full Changelog: 1.0.6...1.0.7
1.0.6
1.0.5
fixed some issues and added more tests
1.0.1
-Add a method for Expression to add an array of arguments for the calculations
1.0.0
First release