Skip to content

KOS-C Compiler v0.2.0.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@fatho fatho released this 04 Apr 11:56
· 23 commits to master since this 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