gambas-source-code/main/gbc
Benoît Minisini d15b8726cb Fix compilation of numbers added (or substracted) to dates.
[COMPILER]
* BUG: Fix compilation of numbers added (or substracted) to dates.
2023-10-29 22:46:41 +01:00
..
gb_alloc.c
gb_array.c
gb_buffer.c
gb_common.c
gb_error.c
gb_error.h
gb_file.c
gb_file.h
gb_str.c
gb_str.h
gb_table.c
gba.c
gbc.c
gbc_arch.c
gbc_archive.c
gbc_archive.h
gbc_chown.c
gbc_chown.h
gbc_class.c Make "%>" a keyword for syntax analyze of gambas code embedded into a WebPage. Some other fixes in the interpreter and the compiler. 2023-10-24 04:29:01 +02:00
gbc_class.h Implementation of computed Goto and GoSub. 2023-09-30 22:00:00 +02:00
gbc_code.c
gbc_compile.c
gbc_compile.h
gbc_dump.c
gbc_form.c
gbc_form.h
gbc_form_webpage.c
gbc_header.c
gbc_header.h
gbc_help.c
gbc_help.h
gbc_output.c Big optimization of the interpreter loop by using a local program counter. 2023-10-01 09:14:13 +02:00
gbc_output.h
gbc_pcode.c
gbc_preprocess.c
gbc_preprocess.h
gbc_read.c
gbc_read.h
gbc_reserved.c
gbc_reserved_make.c
gbc_trans.c Optimize the compilation of floating-point global constants being actually an integer between -128 and 127. 2023-09-29 17:35:55 +02:00
gbc_trans.h Implementation of computed Goto and GoSub. 2023-09-30 22:00:00 +02:00
gbc_trans_code.c Fix initial detection of labels when compiling a function. 2023-09-30 23:19:17 +02:00
gbc_trans_const.c
gbc_trans_ctrl.c Implementation of computed Goto and GoSub. 2023-09-30 22:00:00 +02:00
gbc_trans_expr.c Fix compilation of numbers added (or substracted) to dates. 2023-10-29 22:46:41 +01:00
gbc_trans_subr.c Free two more bytecodes. 2023-09-29 07:34:48 +02:00
gbc_trans_tree.c
gbc_type.c
gbc_type.h
gbi.c
Makefile.am