gambas-source-code/main/lib/eval
Benoît Minisini 1608babe38 Enhance the Gambas code analyzer to speed up the new highlighting component.
[COMPILER]
* BUG: Synchronize reserved words enumeration with reserved words table.

[GB.EVAL]
* NEW: Highlight: 'Analyze()' got a new optional boolean parameter that stops the analyze when the "%>" token is encountered.
* NEW: Highlight: 'IsFunction' is a new property that returns if 'Highlight.Analyze()' got a function declaration.
* NEW: Highlight: 'LengthBefore' is a new property that returns the number of analyzed characters before the possible rewrite.
2023-10-28 23:36:10 +02:00
..
c_expression.c
c_expression.h
c_highlight.c Enhance the Gambas code analyzer to speed up the new highlighting component. 2023-10-28 23:36:10 +02:00
c_highlight.h
c_system.c
c_system.h
eval.c
eval.h
eval_analyze.c Enhance the Gambas code analyzer to speed up the new highlighting component. 2023-10-28 23:36:10 +02:00
eval_analyze.h Enhance the Gambas code analyzer to speed up the new highlighting component. 2023-10-28 23:36:10 +02:00
eval_code.c Some interpreter optimizations. 2023-09-30 00:18:13 +02:00
eval_code.h
eval_read.c Enhance the Gambas code analyzer to speed up the new highlighting component. 2023-10-28 23:36:10 +02:00
eval_read.h
eval_reserved.c
eval_trans.c
eval_trans.h
eval_trans_expr.c Add Base() / Base$() and Dec() / FromBase() subroutines. 2023-09-29 02:51:42 +02:00
eval_trans_tree.c Add Base() / Base$() and Dec() / FromBase() subroutines. 2023-09-29 02:51:42 +02:00
gb.eval.component
gb.eval.h Enhance the Gambas code analyzer to speed up the new highlighting component. 2023-10-28 23:36:10 +02:00
gb_alloc_override.h
gb_array.c
gb_error.c
gb_error.h
gb_table.c
main.c
main.h
Makefile.am