32f6172c89
* BUG: Fix a crash is structure declaration analyze. [INTERPRETER] * NEW: Support for static array of structures. A static array of structure 'MyStruct' will create a temporary object whose class is '$MyStruct[]'. That class does not inherit 'Array', and has only a few methods of the Array class. * NEW: Byte[].ToString() is a new method to convert a byte array to a string. If no length is specified, ToString() assumes that the byte array is a zero-terminated string. * NEW: Byte[].FromString() is a new method that fills a byte array with the contents of a string. [COMPILER] * NEW: Declaration of static arrays of structures is allowed. git-svn-id: svn://localhost/gambas/trunk@3031 867c0c6c-44f3-4631-809d-bfa615b0a4ec |
||
---|---|---|
.. | ||
gbc | ||
gbx | ||
lib | ||
mime | ||
share | ||
acinclude.m4 | ||
AUTHORS | ||
ChangeLog | ||
compile | ||
component.am | ||
configure.ac | ||
COPYING | ||
depcomp | ||
INSTALL | ||
ltmain.sh | ||
m4 | ||
Makefile.am | ||
missing | ||
NEWS | ||
README | ||
reconf | ||
TODO |