Skip to content

0.6.1

Compare
Choose a tag to compare
@Psycojoker Psycojoker released this 12 Jun 01:09
· 289 commits to master since this release
  • fix: the string was having a greedy behavior on grouping the string tokens
    surrounding it (for string chains), this ends up creating an inconsistancy in
    the way string was grouped in general
  • fix: better number parsing handling, everything isn't fixed yet
  • make all (expected) errors inherit from the same BaronError class
  • fix: parsing fails correctly if a quoted string is not closed