Skip to content

1.1.0

Latest

Choose a tag to compare

@AndreasBurbach AndreasBurbach released this 04 Mar 14:36
· 2 commits to main since this release

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