gambas-source-code/main/lib/eval
gambas 0f80f22530 The Highlight constants now follow the order defined by the new 'gb.eval.highlight' design.
[GB.EVAL]
* NEW: The Highlight constants now follow the order defined by the new 'gb.eval.highlight' design.
2021-11-05 16:46:35 +01:00
..
c_expression.c
c_expression.h
c_highlight.c The parser now does not store integer numbers in its global symbol table anymore. Compile is now about 5% faster. 2021-10-14 03:01:14 +02:00
c_highlight.h
c_system.c Keywords and subroutines are now returned by two different properties of the System class. 2021-03-06 13:17:35 +01:00
c_system.h
eval.c Emit column position in almost all error messages. 2019-05-08 06:20:35 +02:00
eval.h
eval_analyze.c The parser now does not store integer numbers in its global symbol table anymore. Compile is now about 5% faster. 2021-10-14 03:01:14 +02:00
eval_analyze.h
eval_code.c The parser now does not store integer numbers in its global symbol table anymore. Compile is now about 5% faster. 2021-10-14 03:01:14 +02:00
eval_code.h
eval_read.c The parser now does not store integer numbers in its global symbol table anymore. Compile is now about 5% faster. 2021-10-14 03:01:14 +02:00
eval_read.h
eval_reserved.c
eval_trans.c
eval_trans.h
eval_trans_expr.c The parser now does not store integer numbers in its global symbol table anymore. Compile is now about 5% faster. 2021-10-14 03:01:14 +02:00
eval_trans_tree.c The parser now does not store integer numbers in its global symbol table anymore. Compile is now about 5% faster. 2021-10-14 03:01:14 +02:00
gb.eval.component
gb.eval.h The Highlight constants now follow the order defined by the new 'gb.eval.highlight' design. 2021-11-05 16:46:35 +01:00
gb_alloc_override.h
gb_array.c
gb_error.c
gb_error.h
gb_table.c
main.c
main.h
Makefile.am