Skip to content

Releases: callisto-lang/compiler

Beta 0.12.4

08 Dec 12:22
Compare
Choose a tag to compare

Beta 0.12.3

08 Dec 12:07
Compare
Choose a tag to compare

Full Changelog: b0.12.2...b0.12.3

Beta 0.12.2

06 Dec 21:16
Compare
Choose a tag to compare

Full Changelog: b0.12.1...b0.12.2

Beta 0.12.1

06 Dec 13:55
Compare
Choose a tag to compare

Full Changelog: b0.12.0...b0.12.1

Beta 0.12.0

06 Dec 07:54
328502c
Compare
Choose a tag to compare

What's Changed

Full Changelog: b0.11.2...b0.12.0

Beta 0.11.2

20 Nov 10:22
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: b0.11.1...b0.11.2

Beta 0.11.1

22 Oct 19:00
Compare
Choose a tag to compare
  • Fixed function parameters being very slow

Full Changelog: b0.11.0...b0.11.1

Beta 0.11.0

04 Oct 09:29
6cab59a
Compare
Choose a tag to compare

This update adds stack safety with a stack checker

What's Changed

  • Fix exporting symbols, calling C functions by @soxfox42 in #26
  • make callisto safe by @yeti0904 in #27
  • add unsafe block by @yeti0904 in #28

Full Changelog: b0.10.1...b0.11.0

Beta 0.10.1

10 Sep 17:21
Compare
Choose a tag to compare

Supported targets:

  • x86_64: linux, macOS
  • ARM64: linux, macOS
  • uxn (broken)
  • rm86: MS-DOS, bare metal
  • lua (subset CallistoScript)

What's Changed

  • ARM struct syntax support by @soxfox42 in #24
  • add new struct syntax by @yeti0904 in #25

Full Changelog: b0.9.0...b0.10.1

b0.9.0

02 Sep 16:23
Compare
Choose a tag to compare

What's Changed

  • Update Terminal Usage Information with Improved Formatting and ASCII Art 🎨 by @ThomasHumper in #19
  • Enhance README with Professional Tone and Improved Formatting 🎨 by @ThomasHumper in #20
  • merge main to exceptions by @yeti0904 in #21
  • arm64 macOS support + extended x86_64 macOS support by @soxfox42 in #22

New Contributors

Full Changelog: b0.8.0...b0.9.0