Skip to content

Releases: fatho/kos-c

KOS-C Compiler v0.3.0.0

07 Apr 19:20
Compare
Choose a tag to compare
Pre-release

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

04 Apr 11:56
Compare
Choose a tag to compare
Pre-release

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

20 Mar 12:00
Compare
Choose a tag to compare
Pre-release

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