Skip to content

v0.5.0

Compare
Choose a tag to compare
@melvic-ybanez melvic-ybanez released this 11 Nov 06:47
· 13 commits to main since this release

Changes

5c24346 Support the rest of the exceptions
ec6e039 Support index-out-of-bounds exception
fc6bfbd Support can-not-apply-index-operator exception
44661ae Support undefined-key exception
151aa3f Support undefined-property exception
bcf90a1 Support raising a does-not-have-properties exception
4cf0c5e Support raising an incorrect-arity exception
41faa0a Support raising a not-callable exception
5e865db Support raising of invalid-operands exception
04f5faa Support raising invalid-operand exceptions
06651c7 Unify callWithPos and call
c05ec37 Merge branch 'main' into raise_exceptions
dbb03d5 [Fix] Line number for callables without tokens
ab8dfd9 Support raising of undefined-variable exception
24dc755 Add tests for the division-by-zero exception
5dcd75d Merge branch 'main' into raise_exceptions
84a2845 Add clarifications about Dry in the ReadMe
97b5f67 Merge branch 'main' into raise_exceptions
54e70b8 Fix grammar doc for key-value and index access
8c8e4b0 Raise division-by-zero exceptions