diff gen/elem.h @ 34:4648206ca213 trunk

[svn r38] * resizing dynamic arrays support * throw is replaced with assert(0) * catch is ignored * better foreach support * various bugfixes
author lindquist
date Tue, 09 Oct 2007 02:50:00 +0200
parents 37a4fdab33fc
children 8b0e809563df
line wrap: on
line diff
--- a/gen/elem.h	Thu Oct 04 22:38:53 2007 +0200
+++ b/gen/elem.h	Tue Oct 09 02:50:00 2007 +0200
@@ -19,7 +19,8 @@
         CONST,
         NUL,
         REF,
-        SLICE
+        SLICE,
+        ARRAYLEN
     };
 
 public: