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 Add three new color constants for syntax highlighting: Escape, Label and Constant. 2018-08-31 15:58:53 +02:00
c_expression.h Add three new color constants for syntax highlighting: Escape, Label and Constant. 2018-08-31 15:58:53 +02:00
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 Add three new color constants for syntax highlighting: Escape, Label and Constant. 2018-08-31 15:58:53 +02:00
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 Add three new color constants for syntax highlighting: Escape, Label and Constant. 2018-08-31 15:58:53 +02:00
eval.c Emit column position in almost all error messages. 2019-05-08 06:20:35 +02:00
eval.h Replace my old sourceforge mail address by the new one. 2018-02-12 02:53:46 +01:00
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 Replace my old sourceforge mail address by the new one. 2018-02-12 02:53:46 +01:00
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 Replace my old sourceforge mail address by the new one. 2018-02-12 02:53:46 +01:00
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 Replace my old sourceforge mail address by the new one. 2018-02-12 02:53:46 +01:00
eval_reserved.c Replace my old sourceforge mail address by the new one. 2018-02-12 02:53:46 +01:00
eval_trans.c Replace my old sourceforge mail address by the new one. 2018-02-12 02:53:46 +01:00
eval_trans.h Replace my old sourceforge mail address by the new one. 2018-02-12 02:53:46 +01:00
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 * Copy https://gambas.svn.sourceforge.net/svnroot/gambas/2.0 to https://gambas.svn.sourceforge.net/svnroot/gambas/gambas 2007-12-30 16:41:49 +00:00
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 Replace my old sourceforge mail address by the new one. 2018-02-12 02:53:46 +01:00
gb_array.c Replace my old sourceforge mail address by the new one. 2018-02-12 02:53:46 +01:00
gb_error.c Replace my old sourceforge mail address by the new one. 2018-02-12 02:53:46 +01:00
gb_error.h Replace my old sourceforge mail address by the new one. 2018-02-12 02:53:46 +01:00
gb_table.c Replace my old sourceforge mail address by the new one. 2018-02-12 02:53:46 +01:00
main.c Add three new color constants for syntax highlighting: Escape, Label and Constant. 2018-08-31 15:58:53 +02:00
main.h Replace my old sourceforge mail address by the new one. 2018-02-12 02:53:46 +01:00
Makefile.am Add three new color constants for syntax highlighting: Escape, Label and Constant. 2018-08-31 15:58:53 +02:00