What's Changed
- fix(vm): fix partial future resolution panics in mixed gathers by @runyaga in #251
- Implement
hasattrbuiltin function by @friendlymatthew in #66 - add benchmark for parsing 1000 lines by @samuelcolvin in #353
- Cheap sourcemaps by @samuelcolvin in #354
- raise
MontySyntaxErrorfor source with lone surrogates by @samuelcolvin in #355 - feat: add MontyRepl methods for calling Python functions from Rust by @rsr5 in #271
- wrap input unicode conversion errors as
MontyRuntimeErrorby @samuelcolvin in #356 - support chain assignment by @samuelcolvin in #357
- Support building a
Montyinstance async and without holding the GIL by @samuelcolvin in #358
New Contributors
Full Changelog: v0.0.14...v0.0.15