gambas-source-code/main/gbc
Benoît Minisini 5b75185c3a [COMPILER]
* OPT: Compile is now compiled with -O3 optimizations.
* OPT: Reserved words built-in symbol table is faster now.
* NEW: Initial support for expression datatype analyze. Some new errors are raised at compilation time, like using a string with the AND operator for example. The datatype analyzer is rougher than the IDE one because it is local to the compile class.
* OPT: Symbol table search is a bit faster.


git-svn-id: svn://localhost/gambas/trunk@7632 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2016-03-14 01:40:50 +00:00
..
gb_alloc.c
gb_array.c
gb_buffer.c
gb_common.c
gb_error.c
gb_error.h
gb_file.c [INTERPRETER] 2016-02-01 02:18:49 +00:00
gb_file.h
gb_str.c
gb_str.h
gb_table.c
gba.c
gbc.c [INTERPRETER] 2016-02-01 02:18:49 +00:00
gbc_arch.c
gbc_archive.c [INTERPRETER] 2015-09-14 10:53:02 +00:00
gbc_archive.h
gbc_chown.c
gbc_chown.h
gbc_class.c [DEVELOPMENT ENVIRONMENT] 2015-01-16 00:31:59 +00:00
gbc_class.h [DEVELOPMENT ENVIRONMENT] 2015-01-16 00:31:59 +00:00
gbc_code.c
gbc_compile.c [INTERPRETER] 2016-02-01 02:18:49 +00:00
gbc_compile.h [DEVELOPMENT ENVIRONMENT] 2015-01-16 00:31:59 +00:00
gbc_dump.c [COMPILER] 2015-12-22 20:41:18 +00:00
gbc_form.c [INTERPRETER] 2015-12-30 18:11:01 +00:00
gbc_form.h
gbc_form_webpage.c
gbc_header.c [COMPILER] 2016-03-14 01:40:50 +00:00
gbc_header.h
gbc_help.c
gbc_help.h
gbc_output.c [DEVELOPMENT ENVIRONMENT] 2015-01-16 00:31:59 +00:00
gbc_output.h
gbc_pcode.c
gbc_preprocess.c
gbc_preprocess.h
gbc_read.c [COMPILER] 2016-03-14 01:40:50 +00:00
gbc_read.h
gbc_reserved.c
gbc_reserved_make.c [COMPILER] 2016-03-14 01:40:50 +00:00
gbc_trans.c [COMPILER] 2015-08-13 13:25:46 +00:00
gbc_trans.h [INTERPRETER] 2014-11-27 23:31:51 +00:00
gbc_trans_code.c [DEVELOPMENT ENVIRONMENT] 2015-11-18 01:29:28 +00:00
gbc_trans_ctrl.c [DEVELOPMENT ENVIRONMENT] 2015-01-16 00:31:59 +00:00
gbc_trans_expr.c [COMPILER] 2016-03-14 01:40:50 +00:00
gbc_trans_subr.c [INTERPRETER] 2014-11-27 23:31:51 +00:00
gbc_trans_tree.c [COMPILER] 2016-03-14 01:40:50 +00:00
gbc_type.c
gbc_type.h
gbi.c [INTERPRETER] 2015-06-29 01:46:51 +00:00
Makefile.am [COMPILER] 2016-03-14 01:40:50 +00:00