Expression (gb.eval)
This class represents a dynamic Gambas expression.
You can inherit this class to customize the syntax analyzer, by reimplementing the
GetValue,
IsIdentifier and
IsSubr methods.
Examples
Use "gb.eval"
Dim Expr as New Expression
Expr.Text = "21+58=79"
Print Expr.Value