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
7d9c268505
gambas-source-code
/
main
/
gbc
History
gambas
b94176c704
Don't handle VERSION file in the compiler. Only the IDE supports that feature now.
...
[COMPILER] * NEW: Don't handle VERSION file in the compiler. Only the IDE supports that feature now.
2021-06-23 18:51:44 +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
Fix initialization of static local variables.
2021-06-02 00:04:15 +02:00
gbc_arch.c
gbc_archive.c
gbc_archive.h
gbc_chown.c
gbc_chown.h
gbc_class.c
Fix initialization of static local variables.
2021-06-02 00:04:15 +02:00
gbc_class.h
Fix initialization of static local variables.
2021-06-02 00:04:15 +02:00
gbc_code.c
gbc_compile.c
Don't handle VERSION file in the compiler. Only the IDE supports that feature now.
2021-06-23 18:51:44 +02:00
gbc_compile.h
Namespace support continued.
2021-05-21 16:48:59 +02:00
gbc_dump.c
Namespace support continued.
2021-05-21 16:48:59 +02:00
gbc_form.c
gbc_form.h
gbc_form_webpage.c
gbc_header.c
'STATIC' keyword can be used instead of 'DIM' for declaring local static variables.
2021-06-01 23:12:55 +02:00
gbc_header.h
gbc_help.c
gbc_help.h
gbc_output.c
'STATIC' keyword can be used instead of 'DIM' for declaring local static variables.
2021-06-01 23:12:55 +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
gbc_trans.h
gbc_trans_code.c
Allow local static variables to declare embedded arrays or structures like global variables.
2021-06-15 17:06:57 +02:00
gbc_trans_ctrl.c
gbc_trans_expr.c
Fix compilation of local static identifier access.
2021-06-02 09:59:11 +02:00
gbc_trans_subr.c
gbc_trans_tree.c
gbc_type.c
gbc_type.h
gbi.c
Makefile.am