gambas-source-code/main/lib
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
..
clipper
complex
compress
data
db
debug
draw
eval [INTERPRETER] 2016-01-03 16:44:24 +00:00
geom
gui
gui.opengl
gui.qt
gui.qt.webkit
gui.trayicon
image
image.effect
inotify
option
signal
vb
gb.component
Makefile.am