-
- Downloads
Make "%>" a keyword for syntax analyze of gambas code embedded into a WebPage....
Make "%>" a keyword for syntax analyze of gambas code embedded into a WebPage. Some other fixes in the interpreter and the compiler. [INTERPRETER] * BUG: A global class find does now a global class lookup. It seems more logical. * BUG: When loading a class fails, display an accurate error message. [COMPILER] * BUG: Embedded arrays do not raise warnings on being uninitialized anymore. * NEW: Make "%>" a keyword for syntax analyze of gambas code embedded into a WebPage.
Showing
- main/gbc/gbc_class.c 9 additions, 0 deletionsmain/gbc/gbc_class.c
- main/gbx/gbx_class.c 6 additions, 1 deletionmain/gbx/gbx_class.c
- main/gbx/gbx_class_load.c 1 addition, 1 deletionmain/gbx/gbx_class_load.c
- main/share/gb_reserved_keyword.h 1 addition, 0 deletionsmain/share/gb_reserved_keyword.h
- main/share/gb_reserved_temp.h 1 addition, 0 deletionsmain/share/gb_reserved_temp.h
Loading
Please register or sign in to comment