gambas-source-code/main/gbc
Benoît Minisini c24d92c21d Correctly rewrite the 'Error' keyword.
[COMPILER]
* NEW: Synchronize with 'gb.eval' parser.

[GB.EVAL]
* NEW: Synchronize with compiler parser.
* BUG: Correctly rewrite the 'Error' keyword.
2023-01-04 17:04:34 +01:00
..
gb_alloc.c
gb_array.c
gb_buffer.c
gb_common.c
gb_error.c Add the '-l' option to list all files included in an archive. 2022-12-23 12:31:17 +01:00
gb_error.h
gb_file.c
gb_file.h
gb_str.c
gb_str.h
gb_table.c
gba.c Do not check for a project directory when listing archive files. 2022-12-23 13:51:20 +01:00
gbc.c Fix parsing of 'Debug' symbol in preprocessor lines. Don't crash anymore if an error is raised while reading command-line arguments. 2022-12-11 16:44:46 +01:00
gbc_arch.c
gbc_archive.c
gbc_archive.h
gbc_chown.c
gbc_chown.h
gbc_class.c Make the compiler more clever when deciding if an identifier is a reserved keyword or not. Some optimizations in the compiler parser. 2022-12-04 20:00:04 +01:00
gbc_class.h
gbc_code.c
gbc_compile.c Fix parsing of 'Debug' symbol in preprocessor lines. Don't crash anymore if an error is raised while reading command-line arguments. 2022-12-11 16:44:46 +01:00
gbc_compile.h
gbc_dump.c
gbc_form.c Workaround incorrect use of unsigned color constants by the IDE form editor. 2022-12-10 20:44:10 +01:00
gbc_form.h
gbc_form_webpage.c
gbc_header.c
gbc_header.h
gbc_help.c
gbc_help.h
gbc_output.c
gbc_output.h
gbc_pcode.c
gbc_preprocess.c
gbc_preprocess.h
gbc_read.c Correctly rewrite the 'Error' keyword. 2023-01-04 17:04:34 +01:00
gbc_read.h
gbc_reserved.c
gbc_reserved_make.c
gbc_trans.c
gbc_trans.h Optimization of conditional jumps based on values known to be Boolean. 2022-12-10 12:54:42 +01:00
gbc_trans_code.c Implement overflow detection in JIT compiler. Some jump optimizations in the compiler and the interpreter. 2022-12-09 15:00:55 +01:00
gbc_trans_const.c
gbc_trans_ctrl.c Fix jump optimization again. 2022-12-10 20:36:49 +01:00
gbc_trans_expr.c Optimization of conditional jumps based on values known to be Boolean. 2022-12-10 12:54:42 +01:00
gbc_trans_subr.c Bool@(), Byte@()... functions can be the target of an affectation now. 2022-10-08 10:26:50 +02:00
gbc_trans_tree.c
gbc_type.c
gbc_type.h Optimization of conditional jumps based on values known to be Boolean. 2022-12-10 12:54:42 +01:00
gbi.c
Makefile.am