v0.1.0
What's Changed
- fix: dist build now copies whole dir by @jackdelahunt in #14
- fix: broken link in README by @jackdelahunt in #15
- fix: now copy stdlib into dist build by @jackdelahunt in #16
- Union types by @jackdelahunt in #17
- feat: auto deref pointers by @jackdelahunt in #18
- Better errors by @jackdelahunt in #19
- feat: : and = are now seperate tokens in := by @jackdelahunt in #20
- Added malloc allocator by @jackdelahunt in #21
- Better tests by @jackdelahunt in #22
- Better runtime by @jackdelahunt in #23
- Selfhost prepare by @jackdelahunt in #24
- Arrays by @jackdelahunt in #25
- Character literals by @jackdelahunt in #26
- fix: type expressions now parser correctly for ^ and | by @jackdelahunt in #27
- Dev by @jackdelahunt in #28
- Dev by @jackdelahunt in #29
- Dev by @jackdelahunt in #30
Full Changelog: v0.0.2...v0.0.3
What's Changed
- fix: dist build now copies whole dir by @jackdelahunt in #14
- fix: broken link in README by @jackdelahunt in #15
- fix: now copy stdlib into dist build by @jackdelahunt in #16
- Union types by @jackdelahunt in #17
- feat: auto deref pointers by @jackdelahunt in #18
- Better errors by @jackdelahunt in #19
- feat: : and = are now seperate tokens in := by @jackdelahunt in #20
- Added malloc allocator by @jackdelahunt in #21
- Better tests by @jackdelahunt in #22
- Better runtime by @jackdelahunt in #23
- Selfhost prepare by @jackdelahunt in #24
- Arrays by @jackdelahunt in #25
- Character literals by @jackdelahunt in #26
- fix: type expressions now parser correctly for ^ and | by @jackdelahunt in #27
- Dev by @jackdelahunt in #28
- Dev by @jackdelahunt in #29
- Dev by @jackdelahunt in #30
Full Changelog: v0.0.2...v0.1.0