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
489ee69382
gambas-source-code
/
main
/
gbc
History
Benoît Minisini
d8cba912af
Fix optimization of '+' and '-' operators.
...
[COMPILER] * BUG: Fix optimization of '+' and '-' operators.
2023-10-26 03:05:13 +02: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
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
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 optimization of '+' and '-' operators.
2023-10-26 03:05:13 +02:00
gbc_trans_subr.c
Free two more bytecodes.
2023-09-29 07:34:48 +02:00
gbc_trans_tree.c
Add Base() / Base$() and Dec() / FromBase() subroutines.
2023-09-29 02:51:42 +02:00
gbc_type.c
gbc_type.h
gbi.c
Makefile.am