gambas-source-code/main/lib/eval
gambas d651287c43 Now integer constants can be simple integer expressions in array, constant and enumeration declarations.
[COMPILER]
* NEW: Shr, Shl, Asr, Asl, Lsl, Lsr, Rol and Ror can now be used as operators.
* NEW: Now integer constants can be simple integer expressions in array, constant and enumeration declarations.

[GB.EVAL]
* BUG: Fix a compiler warning.
2021-10-12 13:33:45 +02:00
..
c_expression.c
c_expression.h
c_highlight.c Fix space characters highlighting again. 2021-02-15 16:15:18 +01: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
eval.h
eval_analyze.c Now integer constants can be simple integer expressions in array, constant and enumeration declarations. 2021-10-12 13:33:45 +02:00
eval_analyze.h
eval_code.c
eval_code.h
eval_read.c Fix highlighting and rewriting of lines having comments with more than one space before them. 2021-07-05 18:52:07 +02:00
eval_read.h
eval_reserved.c
eval_trans.c
eval_trans.h
eval_trans_expr.c Now integer constants can be simple integer expressions in array, constant and enumeration declarations. 2021-10-12 13:33:45 +02:00
eval_trans_tree.c
gb.eval.component
gb.eval.h
gb_alloc_override.h
gb_array.c
gb_error.c
gb_error.h
gb_table.c
main.c
main.h
Makefile.am