gambas-source-code/app
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
..
desktop Fix some spaces in 'gambas3.desktop' file. 2020-12-16 15:12:48 +01:00
examples Merge branch 'i18n' into 'master' 2020-05-11 22:15:51 +00:00
man Fix typo found by Lintian 2021-04-17 09:48:43 +00:00
mime
src Initial implementation of class namespaces. 2021-05-18 02:12:33 +02:00
template 'webform' project template now uses 'gb.web.gui' instead of 'gb.web.form'. 2021-04-17 19:33:59 +02:00
acinclude.m4
AUTHORS
ChangeLog
configure.ac Add man pages. 2020-06-20 04:56:22 +02:00
COPYING
INSTALL
Makefile.am Fix uninstallation of gambas icons. 2021-01-03 18:35:22 +01:00
NEWS
README
reconf
TODO