* supports API
* powerful expression evaluator
* dword, word, byte, string
* supports structures ' types
* if, while, for statement
* frames ' internal functions
* import external functions
* supports pointers
* inline assembly
* built in linker
* create DLL's
* floating point math
|
* mathematical operators
(, ), +, -, *, /, %, <<, >>, !
* bool operators
&, |, ~
* build libraries *.lib
* include libraries *.lib
* include source headers *.inc
* constant expressions
* custom entry point
* dynamic arrays
* new optimized linker
*single precision float
|