Skip to content

Releases: callisto-lang/compiler

b0.8.0

16 Aug 11:15
Compare
Choose a tag to compare

Supported targets:

  • x86-64
  • rm86
  • ARM64
  • lua
  • uxn

What's Changed

  • fix init, fix macOS globals, add macOS args, add args + parse_int example by @soxfox42 in #11
  • Add arm64 Linux support by @soxfox42 in #13
  • add arm64 backend to FunctionParameters2 branch by @yeti0904 in #14
  • arm64 function parameters by @soxfox42 in #15
  • Function parameters by @yeti0904 in #16

New Contributors

Full Changelog: b0.7.0...b0.8.0

Beta 0.7.0

11 Aug 18:34
Compare
Choose a tag to compare

Supported targets

  • x86_64
  • rm86
  • uxn
  • lua (CallistoScript)

What's Changed

  • Add init and deinit methods by @yeti0904 in #5
  • Make backends OS independent by @yeti0904 in #7
  • New variables by @yeti0904 in #8
  • Fix Lua backend bug by @LordOfTrident in #9
  • add CallistoScript by @yeti0904 in #10

Full Changelog: b0.6.0...b0.7.0

Beta 0.6.0

25 Jun 09:54
Compare
Choose a tag to compare

Supported targets:

  • x86 real mode/MS-DOS
  • x86_64 Linux
  • Uxn

Full Changelog: b0.5.1...b0.6.0

Beta 0.5.1

07 Jun 14:11
Compare
Choose a tag to compare

Supported targets:

  • Real mode x86
  • Linux x86_64
  • Uxn

What's Changed

  • Add uxn target by @yeti0904 in #4

Full Changelog: b0.5.0...b0.5.1

Beta 0.5.0

01 Jun 17:56
Compare
Choose a tag to compare

Supported targets:

  • real mode x86
  • linux x86_64

Full Changelog: b0.4.1...b0.5.0

b0.4.1

02 May 10:16
Compare
Choose a tag to compare

Supported backends:

  • RM86
  • Linux86

Full Changelog: b0.3_3...b0.4.1

Beta 0.3_3

21 Apr 19:12
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: b0.2...b0.3_3

Beta 0.2

15 Apr 18:02
Compare
Choose a tag to compare

Full Changelog: b0.1...b0.2

Compiler supports these targets:

  • Real mode x86/MS-DOS
  • Linux x86_64

Beta 0.1

02 Apr 18:26
Compare
Choose a tag to compare

Full Changelog: https://github.com/callisto-lang/compiler/commits/b0.1

Compiler supports these targets:

  • real mode x86 (full support)