Galaxy++ editor by Beier

A compiler for galaxy++ which features several improvements over galaxy

File Details

Galaxy++ editor v1.9.2 directory

  • R
  • Jun 4, 2011
  • 1.62 MB
  • 227

File Name

Galaxy___editor_v1.9.2.zip

Supported Versions

    • Removed all string obfuscation in fields.
    • Fixed a crash that occured if compiling twice while the compiler was working.
    • It is now possible to define structs without any fields in them.
    • Added a class type, which functions like struct, but is transformed diffrently. Use for exclussively dynamic types.
    • Added constructors in structs and classes