Releases: fatho/kos-c
Releases · fatho/kos-c
KOS-C Compiler v0.3.0.0
Changes
Builtins
- Changed interface to staging functionality.
- Added
PrintAt
function for printing at specific screen locations.
Compiler
- Added support for inline kOS script code.
Other
- Updated documentation.
- Added test for prelude library.
KOS-C Compiler v0.2.0.0
Binaries
- Linux, compiled on a recent 64 bit Arch Linux
Changes
Compiler
- Global variables are now generated in topological order of their dependency graph.
- Disallowed circular inheritance.
- Added check that main function exists before trying to generate code.
Builtins
- Added missing constructor
Body(String name)
in order to get references to bodies in kOS-C. - Added rudimentary interface to time warping.
Other Parts of Prelude
- Added function for launching into inclined orbit
KOS-C Compiler v0.1.0.0
This is a first alpha release of the KOS-C compiler. However, it is already quite usable as demonstrated by the examples.
- The Linux binary has been compiled on a recent 64-bit Arch Linux
- A Windows binary is coming soon