Cryon 0.2.0 Language Reference

-=Classes reference=-

Introduction

Cryon is a scripting language designed for game developers.
It's aim is to make game development simpler and faster.
It is object oriented and its syntax is inspired from JAVA and C#.
The scripting engine runs on Windows and several Unixes,
but currently, the graphics libraries relies on DirectX and works only on Windows.
A JAVA, C# or C++ knowledge is necessary to read this document.

Language features

- java-like syntax
- value and reference objects
- typesafe enums
- static/dynamic arrays
- associative arrays
- in/out/inout parameters
- easy operators overloading
- javadoc style autodocumentation
- inheritance
- access limitation
- methods affectation
- conditional compilation
- easy localization
- easy game packaging
- extendable