gambas-source-code/main
Benoît Minisini 39ed4dd89e [INTERPRETER]
* NEW: Support for custom expression evaluators.

[GB.EVAL]
* NEW: You can now inheriting the Expression class to create a custom expression evaluator. You have to reimplement three methods: IsSubr(), that returns if a Gambas subroutine is allowed;
  IsIdentifier() that returns if a specific identifier is known; GetValue() that returns the value of an identifier. All other methods you add to the class become your specific subroutine,
  provided that you allow it in the IsIdentifier() method.


git-svn-id: svn://localhost/gambas/trunk@7545 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2016-01-03 16:44:24 +00:00
..
gbc [INTERPRETER] 2015-12-30 18:11:01 +00:00
gbx [INTERPRETER] 2016-01-03 16:44:24 +00:00
lib [INTERPRETER] 2016-01-03 16:44:24 +00:00
mime [CONFIGURATION] 2015-09-24 23:52:22 +00:00
share [INTERPRETER] 2016-01-03 16:44:24 +00:00
tools/gbh3 [DEVELOPMENT ENVIRONMENT] 2015-09-18 00:41:43 +00:00
acinclude.m4
AUTHORS
ChangeLog
compile
component.am
configure.ac [INTERPRETER] 2015-07-03 22:18:58 +00:00
COPYING
depcomp
gb.pcre.h [INTERPRETER] 2013-07-12 23:57:53 +00:00
INSTALL
m4
Makefile.am [CONFIGURATION] 2015-09-25 18:35:44 +00:00
missing
NEWS
README
reconf
TODO