Skip to content

Releases: AndreasBurbach/EveryParser.Net

1.1.0

04 Mar 14:36

Choose a tag to compare

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

01 Sep 15:46

Choose a tag to compare

Fix: equality checks

Full Changelog: 1.0.6...1.0.7

1.0.6

13 Jun 09:18

Choose a tag to compare

New functions:

  • added the possibility to get all token of a formular.

Full Changelog: 1.0.5...1.0.6

1.0.5

04 Jan 12:51

Choose a tag to compare

fixed some issues and added more tests

1.0.1

23 Aug 07:46

Choose a tag to compare

-Add a method for Expression to add an array of arguments for the calculations

1.0.0

29 Jul 13:42
7535be2

Choose a tag to compare

1.0.0 Pre-release
Pre-release

First release