Skip to content

0.20.1

Compare
Choose a tag to compare
@StringEpsilon StringEpsilon released this 09 Jun 09:17
· 14 commits to master since this release

Just a small release:

  • Propagate errors up the tree. Makes errorhandling quite a bit easier on the users end.

  • Fixed an off-by-one error in error message generation. Now it should always include the correct line and column number.

  • Small improvement in LET(): Allocate all of _children at once.

  • Small improvements in stringfunctions.bi: Try to avoid more allocations, more aggressive use of byref to avoid copying data around.