gambas-source-code/main/lib/eval
Benoît Minisini 407e74968b [INTERPRETER]
* BUG: Undo one change of last revision: reading a stream from a memory 
  stream is a special case. It reads a null-terminated C string, and not a
  serialized Gambas string.
* NEW: OPEN STRING is a new instruction that allows to use a string as a 
  stream. Writing to it appends the written data to the end of the string 
  at the moment.
* NEW: Closing a string stream returns the data written to the stream as a
  new string.

[COMPILER]
* NEW: New OPEN STRING instruction.
* NEW: OPEN MEMORY and OPEN PIPE are synonymous of the MEMORY and PIPE
  instructions alone.

[GB.EVAL]
* NEW: Highlight the new OPEN STRING instruction correctly.


git-svn-id: svn://localhost/gambas/trunk@5941 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2013-11-04 15:17:01 +00:00
..
CExpression.c [CONFIGURATION] 2013-08-03 15:38:01 +00:00
CExpression.h [CONFIGURATION] 2013-08-03 15:38:01 +00:00
CHighlight.c [CONFIGURATION] 2013-08-03 15:38:01 +00:00
CHighlight.h [CONFIGURATION] 2013-08-03 15:38:01 +00:00
CSystem.c [CONFIGURATION] 2013-08-03 15:38:01 +00:00
CSystem.h [CONFIGURATION] 2013-08-03 15:38:01 +00:00
eval.c [CONFIGURATION] 2013-08-03 15:38:01 +00:00
eval.h [CONFIGURATION] 2013-08-03 15:38:01 +00:00
eval_analyze.c [INTERPRETER] 2013-11-04 15:17:01 +00:00
eval_analyze.h [CONFIGURATION] 2013-08-03 15:38:01 +00:00
eval_code.c [CONFIGURATION] 2013-08-03 15:38:01 +00:00
eval_code.h [CONFIGURATION] 2013-08-03 15:38:01 +00:00
eval_read.c [INTERPRETER] 2013-11-04 15:17:01 +00:00
eval_read.h [CONFIGURATION] 2013-08-03 15:38:01 +00:00
eval_reserved.c [CONFIGURATION] 2013-08-03 15:38:01 +00:00
eval_trans.c [CONFIGURATION] 2013-08-03 15:38:01 +00:00
eval_trans.h [CONFIGURATION] 2013-08-03 15:38:01 +00:00
eval_trans_expr.c [CONFIGURATION] 2013-08-03 15:38:01 +00:00
eval_trans_tree.c [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gb.eval.component
gb.eval.h [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gb_alloc_override.h [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gb_array.c [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gb_error.c [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gb_error.h [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gb_table.c [CONFIGURATION] 2013-08-03 15:38:01 +00:00
main.c [CONFIGURATION] 2013-08-03 15:38:01 +00:00
main.h [CONFIGURATION] 2013-08-03 15:38:01 +00:00
Makefile.am [CONFIGURATION] 2009-08-24 14:19:32 +00:00