0.20.1
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.