Releases: callisto-lang/compiler
Releases · callisto-lang/compiler
b0.8.0
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
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
Beta 0.5.1
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
b0.4.1
Beta 0.3_3
What's Changed
- Fix compiler error by @LordOfTrident in #1
- Remove unnecessary include in examples/helloWorld.cal by @LordOfTrident in #2
New Contributors
- @LordOfTrident made their first contribution in #1
Full Changelog: b0.2...b0.3_3
Beta 0.2
Beta 0.1
Full Changelog: https://github.com/callisto-lang/compiler/commits/b0.1
Compiler supports these targets:
- real mode x86 (full support)