[Gambas-devel-svn] SF.net SVN: gambas:[4530] gambas/trunk/main
Brought to you by:
gambas
From: <ga...@us...> - 2012-03-03 23:57:42
|
Revision: 4530 http://gambas.svn.sourceforge.net/gambas/?rev=4530&view=rev Author: gambas Date: 2012-03-03 23:57:36 +0000 (Sat, 03 Mar 2012) Log Message: ----------- [INTERPRETER] * NEW: New GOSUB instruction. You return from a GOSUB with the RETURN instruction alone. Consequently, you cannot exit from a 'SUB' with it if there is a pending GOSUB. The GOSUB stack is only limited by the available memory. [COMPILER] * NEW: New GOSUB instruction. Modified Paths: -------------- gambas/trunk/main/gbc/gbc_trans.h gambas/trunk/main/gbc/gbc_trans_code.c gambas/trunk/main/gbc/gbc_trans_ctrl.c gambas/trunk/main/gbx/gbx_exec.c gambas/trunk/main/gbx/gbx_exec.h gambas/trunk/main/gbx/gbx_exec_loop.c gambas/trunk/main/gbx/gbx_stack.c gambas/trunk/main/gbx/gbx_stack.h gambas/trunk/main/share/gb_code.h gambas/trunk/main/share/gb_code_temp.h gambas/trunk/main/share/gb_pcode.h gambas/trunk/main/share/gb_pcode_temp.h gambas/trunk/main/share/gb_reserved.h gambas/trunk/main/share/gb_reserved_keyword.h gambas/trunk/main/share/gb_reserved_temp.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |