bugfix: wrong assertions for C++ code generation; some solaris support; first steps to an effect system

This commit is contained in:
Araq
2012-10-30 22:29:03 +01:00
parent 86ed918157
commit 2133fbfcce
11 changed files with 193 additions and 22 deletions

View File

@@ -4,5 +4,5 @@ type
var a: TArray
echo a[0] #OUT 0
echo a[0x0012] #OUT 0