This website requires JavaScript.
Explore
Help
Sign in
luisgulo
/
gambas-source-code
Watch
1
Star
0
Fork
You've already forked gambas-source-code
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
6c6fa09132
gambas-source-code
/
main
/
gbc
History
Benoît Minisini
ddf2d2bd8d
Oops. Forgot to remove parser debugging messages.
...
[COMPILER] * BUG: Oops. Forgot to remove parser debugging messages.
2023-04-19 13:25:04 +02: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
Support for environment variables set at startup.
2023-03-18 01:36:19 +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
Support for environment variables set at startup.
2023-03-18 01:36:19 +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
Oops. Forgot to remove parser debugging messages.
2023-04-19 13:25:04 +02: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
Don't use '-O3'. It makes benchmarks sometimes slower than using '-O2'.
2023-01-10 21:55:25 +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
Don't use '-O3'. It makes benchmarks sometimes slower than using '-O2'.
2023-01-10 21:55:25 +01:00
gbc_trans_subr.c
gbc_trans_tree.c
gbc_type.c
Fix a compiler warning.
2023-01-13 07:58:34 +01:00
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