Skip to content

v1.3

Choose a tag to compare

@sneha-afk sneha-afk released this 30 Dec 02:58
· 3 commits to main since this release
3e93163

Full Changelog: v1.2...v1.3

changelog

bug fixes

  • Overcomplicated iterator pattern in Lexer and Parser leads to some weird logic on where to increment and where not to. Standardized to be better with peek and curr to be easier.