gambas-source-code/main/lib/eval
Benoît Minisini f532a37249 [CONFIGURATION]
* NEW: WARNING! The bytecode has changed, so every project needs to be
  recompiled.

[WEB SITE MAKER]
* NEW: Some more translations.

[INTERPRETER]
* NEW: Assign() is a new function. It is like Eval(), except that the
  expression can be an assignment.

[GB.EVAL]
* NEW: Implementation of the new Assign() function.
* NEW: The Expression.Compile() method takes a new optional boolean 
  argument that indicates if we are compiling an assignment or not.

[GB.NET.CURL]
* BUG: A asynchronous transfer that ends do not stop the other ones 
  anymore.


git-svn-id: svn://localhost/gambas/trunk@1986 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2009-05-26 22:34:39 +00:00
..
CExpression.c [CONFIGURATION] 2009-05-26 22:34:39 +00:00
CExpression.h [CONFIGURATION] 2009-05-26 22:34:39 +00:00
CHighlight.c
CHighlight.h
CSystem.c
CSystem.h
eval.c [CONFIGURATION] 2009-05-26 22:34:39 +00:00
eval.h [CONFIGURATION] 2009-05-26 22:34:39 +00:00
eval_analyze.c
eval_analyze.h
eval_code.c
eval_code.h
eval_read.c
eval_read.h
eval_reserved.c
eval_trans.c
eval_trans.h [CONFIGURATION] 2009-05-26 22:34:39 +00:00
eval_trans_expr.c [CONFIGURATION] 2009-05-26 22:34:39 +00:00
eval_trans_tree.c [CONFIGURATION] 2009-05-26 22:34:39 +00:00
gb.eval.component
gb.eval.h [CONFIGURATION] 2009-05-26 22:34:39 +00:00
gb_alloc_override.h
gb_array.c
gb_error.c
gb_error.h
gb_table.c
main.c
main.h
Makefile.am