Skip to content

v0.9.1

Latest
Compare
Choose a tag to compare
@yhara yhara released this 15 Sep 14:58
· 214 commits to main since this release
  • Setup
    • Upgrade to llvm-16 (#507)
  • Syntax
    • feat: Allow omitting type arguments on .new and method-wise type arguments (#491, #492, #493)
    • fix: if and while now makes a local variable scope (#388 - Thank you @EruEri!)
  • Library
    • new: Object#sleep, Shiika::Internal::Memory.force_gc (#498)
    • new: File.open, Readable (#496)