v0.21-Alpha
What's Changed
- Resolved #56 by @Ed94 in #63
Full Changelog: v0.20-Alpha...v0.21-Alpha
Major changes:
- Fixed some regression found while applying the library in other projects (still more to test)
- Reduced macro usage in base library #59
- Was not entirely eliminated but at least no longer has heavy in the lexer or parser.
- Strings usage now better follow's desired distinctions #56
I think by 0.22, or 0.23 this will be closer to a 'locked-in' design for the library and passive upgrades to parsing, etc can be made without having to worry about user interlacing changes.
Next up to work on is providing a proper context struct for the user to manage, and fixing allocator usage.