gambas-source-code/main/share
gambas 0e78042e07 Initial implementation of class namespaces.
[DEVELOPMENT ENVIRONMENT]
* NEW: Update French translation.
* NEW: Support of the new '.list' file format.
* NEW: Support of the new EXPORT AS syntax.
* NEW: Update error messages.

[COMPILER]
* NEW: EXPORT AS is a new syntax for exporting a class with a specific name that can include a namespace.
* NEW: New header file to start sharing reader code with the 'gb.eval' component.
* NEW: Class names can include a colon. The part before the colon is assumed to be a namespace.

[INTERPRETER]
* NEW: Classes exported in a namespace are now declared both in the global symbol table and in the local symbol table of their component.
* NEW: Class names are now allocated inside the symbol tables, and not in the class objects anymore.

[GB.EVAL]
* NEW: Share some reader code with the compiler.
2021-05-18 02:12:33 +02:00
..
gambas.h Add GB.DateFromString() API. 2021-04-10 23:05:09 +02:00
gb_alloc.h
gb_alloc_temp.h
gb_arch.h
gb_arch_temp.h
gb_array.h
gb_array_temp.h
gb_buffer.h
gb_buffer_temp.h
gb_class_desc_common.h
gb_code.h
gb_code_temp.h
gb_common.h
gb_common_buffer.h
gb_common_buffer_temp.h
gb_common_case.h
gb_common_case_temp.h
gb_common_string.h
gb_common_string_temp.h
gb_common_swap.h
gb_common_swap_temp.h
gb_component.h
gb_error_common.h
gb_file_share.h
gb_file_temp.h
gb_hash.h
gb_hash_temp.h
gb_limit.h
gb_list.h
gb_list_temp.h
gb_magic.h
gb_pcode.h
gb_pcode_temp.h
gb_replace.h
gb_replace_temp.h
gb_reserved.h Support for '#Script' preprocessor keyword. 2021-03-06 22:18:15 +01:00
gb_reserved_keyword.h Initial implementation of class namespaces. 2021-05-18 02:12:33 +02:00
gb_reserved_temp.h Support for '#Script' preprocessor keyword. 2021-03-06 22:18:15 +01:00
gb_system.h
gb_system_temp.h
gb_table.h
gb_table_temp.h
gb_type_common.h
gbc_read_common.h Support for '#Script' preprocessor keyword. 2021-03-06 22:18:15 +01:00
gbc_read_temp.h Initial implementation of class namespaces. 2021-05-18 02:12:33 +02:00
gbc_trans_common.h
gbx_subr_common.h
Makefile.am