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
91016fa571
gambas-source-code
/
main
/
share
History
Benoît Minisini
f937ee9fe0
Support for e2k architecture (continue...)
...
[INTERPRETER] * NEW: Support for e2k architecture (continue...)
2023-08-04 15:55:39 +02:00
..
gambas.h
Support for e2k architecture (continue...)
2023-08-04 15:55:39 +02:00
gb_alloc.h
gb_alloc_temp.h
gb_arch.h
gb_arch_temp.h
gb_array.h
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
gb_array_temp.h
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
gb_buffer.h
gb_buffer_temp.h
gb_class_desc_common.h
gb_code.h
Optimization of conditional jumps based on values known to be Boolean.
2022-12-10 12:54:42 +01:00
gb_code_temp.h
Optimization of conditional jumps based on values known to be Boolean.
2022-12-10 12:54:42 +01:00
gb_common.h
Support for e2k architecture (continue...)
2023-08-04 15:55:39 +02:00
gb_common_buffer.h
gb_common_buffer_temp.h
gb_common_case.h
gb_common_case_temp.h
gb_common_string.h
gb_common_string_temp.h
gb_common_swap.h
gb_common_swap_temp.h
gb_component.h
gb_error_common.h
gb_file_share.h
gb_file_temp.h
gb_hash.h
gb_hash_temp.h
gb_limit.h
gb_list.h
gb_list_temp.h
gb_magic.h
gb_overflow.h
Enable overflow detection when at least 'gcc 8' is used.
2023-01-10 17:08:16 +01:00
gb_pcode.h
Fix '&=' operator optimization on global string variables.
2023-06-13 21:24:08 +02:00
gb_pcode_temp.h
Workaround incorrect use of unsigned color constants by the IDE form editor.
2022-12-10 20:44:10 +01:00
gb_replace.h
gb_replace_temp.h
gb_reserved.h
The '/' operator does not necessarily return a Float. Fix incorrect optimizations that lead to interpreter crashes.
2022-12-08 15:52:56 +01:00
gb_reserved_keyword.h
The '/' operator does not necessarily return a Float. Fix incorrect optimizations that lead to interpreter crashes.
2022-12-08 15:52:56 +01:00
gb_reserved_temp.h
gb_system.h
gb_system_temp.h
gb_table.h
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
gb_table_temp.h
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
gb_type_common.h
gbc_read_common.h
gbc_read_temp.h
'+Inf' and '-Inf' really do not prevent the next pattern to be a reserved keyword anymore.
2023-04-27 14:55:02 +02:00
gbc_trans_common.h
gbx_subr_common.h
Makefile.am