gambas-source-code/main/lib/eval
Benoît Minisini 2402db91f0 [INTERPRETER]
* NEW: Support for imaginary number syntax. For example, using "3i" will 
  automatically load the gb.gsl component, create the corresponding complex 
  number and return it.

[COMPILER]
* NEW: Support for imaginary number syntax.

[GB.EVAL]
* NEW: Support for imaginary number syntax.

[GB.GSL]
* NEW: Support for imaginary number syntax.
* NEW: Vector class is now generic, and has two child classes: FloatVector 
  and ComplexVector, depending on the type of its elements.
* BUG: Support for arithmetic operators on Vector class has been removed. 
  It had too many problems.


git-svn-id: svn://localhost/gambas/trunk@4918 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2012-07-08 23:23:24 +00:00
..
CExpression.c
CExpression.h
CHighlight.c [GB.EVAL] 2012-06-17 17:56:45 +00:00
CHighlight.h
CSystem.c
CSystem.h
eval.c
eval.h
eval_analyze.c [DEVELOPMENT ENVIRONMENT] 2012-05-24 12:05:21 +00:00
eval_analyze.h
eval_code.c
eval_code.h
eval_read.c [INTERPRETER] 2012-07-08 23:23:24 +00:00
eval_read.h
eval_reserved.c
eval_trans.c [INTERPRETER] 2012-07-08 23:23:24 +00:00
eval_trans.h
eval_trans_expr.c [INTERPRETER] 2012-07-08 23:23:24 +00:00
eval_trans_tree.c [DEVELOPMENT ENVIRONMENT] 2012-01-31 02:33:01 +00:00
gb.eval.component
gb.eval.h
gb_alloc_override.h
gb_array.c
gb_error.c
gb_error.h
gb_table.c
main.c
main.h
Makefile.am