Skip to content

Parsing improvements

Compare
Choose a tag to compare
@EricRovell EricRovell released this 15 Aug 12:57
· 102 commits to main since this release
c987aac
  • [feature]: new type of input, string in a form of fraction ("1/2");
  • [feature]: new type of input, string in a form of repeating decimal (".(1)", "1.23(456)");
  • [improvement]: fractional object type extended, now the parser handles the integral parts of the fraction;