Skip to content

v0.21-Alpha

Compare
Choose a tag to compare
@Ed94 Ed94 released this 13 Dec 21:05
· 65 commits to main since this release
aa2170b

What's Changed

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.