What's Changed
- Add a lock around parse, to prevent concurrent access to the underlying parse tree. by @migueldeicaza in https://github.com/simonbs/Runestone/pull/367
- Allow TextLocation to be created by @migueldeicaza in https://github.com/simonbs/Runestone/pull/372
- Fix build with Xcode 16 by @eliperkins in https://github.com/simonbs/Runestone/pull/375
New Contributors
- @migueld...