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
..
2015-06-18 23:53:23 +00:00
2014-02-14 23:17:45 +00:00
2015-06-14 22:10:16 +00:00
2015-01-13 20:01:40 +00:00
2015-12-27 18:16:32 +00:00
2015-09-27 15:11:50 +00:00
2015-07-15 02:09:42 +00:00
2016-01-03 16:44:24 +00:00
2015-12-05 18:44:58 +00:00
2015-05-28 10:08:13 +00:00
2015-05-11 01:46:36 +00:00
2015-05-30 18:03:29 +00:00
2015-09-29 15:03:16 +00:00
2015-07-03 22:18:58 +00:00
2015-09-14 10:53:02 +00:00
2013-08-03 15:38:01 +00:00
2015-09-12 19:52:38 +00:00
2013-07-23 00:56:01 +00:00
2015-04-15 17:17:50 +00:00
2013-08-03 15:38:01 +00:00
2015-07-03 22:18:58 +00:00