SpookyFM / hscript

Automatically exported from code.google.com/p/hscript
0 stars 0 forks source link

Patch for /trunk/hscript/Interp.hx #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Provide the option to execute an expression without resetting the local 
variables.  The aim here is to allow the functionality of an REPL loop - an 
interactive console that can interact with shared haxe objects, essentially 
being run line by line.

Defaults to the existing functionality, and will not change unless "reset" is 
specified, and is false.

See discussion here: 
http://groups.google.com/group/haxelang/browse_thread/thread/40593201f9f066ad?hl
=en

This is my first time submitting a patch (outside of GitHub), so if there's 
anything else I can do please let me know.

Original issue reported on code.google.com by jason.on...@gmail.com on 6 Mar 2012 at 4:24

Attachments:

GoogleCodeExporter commented 9 years ago
Please create a subclass of Interp, it will work nicely ;)

Original comment by ncanna...@gmail.com on 6 Mar 2012 at 3:17

GoogleCodeExporter commented 9 years ago
Yep, sure thing.
Thank you :)

Original comment by jason.on...@gmail.com on 8 Mar 2012 at 4:23