_Alternatively, new lexers_
It's been a while (just under half a year) since the last release. That's largely in part because I needed to take a break from doing development work. 3.5 is no longer under construction, it's been reset to no progress, because I need to take it slower and plan it better now that I've had a chance to think about it on-and-off for six months.
Anyhow, there's a bunch of changes that were made by pacmanboss256, RubenVerg, mathcat4, and ysthakur in the time since last release.
Also, fastparse, the parsing library used in all previous releases, has been dropped. Don't get me wrong, it's a good library, but it uses macros which run into recursion errors. It's been replaced with a custom, hand-written lexer.
Breaking Changes
* As far as I can tell, there shouldn't be any breaking changes.
What's Changed
* add tips by pacmanboss256 in https://github.com/Vyxal/Vyxal/pull/2089
* Patch updates by scala-steward in https://github.com/Vyxal/Vyxal/pull/2090
* Make Set Intersection work on strings by RubenVerg in https://github.com/Vyxal/Vyxal/pull/2092
* fix grid neighbor diagonal issues by pacmanboss256 in https://github.com/Vyxal/Vyxal/pull/2094
* Implement letter to number digraph by mathcat4 in https://github.com/Vyxal/Vyxal/pull/2093
* [v3] Make VList BigInt ops faster by ysthakur in https://github.com/Vyxal/Vyxal/pull/2096
* fix m and Ṁ flag by pacmanboss256 in https://github.com/Vyxal/Vyxal/pull/2100
* v3: Make count not treat needle as regex by ysthakur in https://github.com/Vyxal/Vyxal/pull/2102
* Only run test workflow on push, not pull_request by ysthakur in https://github.com/Vyxal/Vyxal/pull/2104
* v3: Implement complex parts (∆ṗ) and polar parts (∆Ṗ) by ysthakur in https://github.com/Vyxal/Vyxal/pull/2103
* v3: Don't use reflection to generate stuff by ysthakur in https://github.com/Vyxal/Vyxal/pull/2106
* Patch updates by scala-steward in https://github.com/Vyxal/Vyxal/pull/2107
* Minor updates by scala-steward in https://github.com/Vyxal/Vyxal/pull/2108
* (v3) Add the new lexers to the current version by lyxal in https://github.com/Vyxal/Vyxal/pull/2111
Closing Remarks
What's the plan from here? I don't know yet. The plan will definitely involve not burning out again, as that's not a good, not a good at all. 3.5 is something I _want_ to do, I don't know _when_.
**Full Changelog**: https://github.com/Vyxal/Vyxal/compare/v3.4.1...v3.4.2