adding break png image.
This commit is contained in:
parent
aea7c8dbd0
commit
d5d76c0796
BIN
whalesong/repl-prototype/htdocs/break.png
Normal file
BIN
whalesong/repl-prototype/htdocs/break.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.6 KiB |
|
@ -90,6 +90,8 @@ $(document).ready(function() {
|
|||
// and get back bytecode that we should evaluate.
|
||||
var evaluate = function(src, after) {
|
||||
console.log("about to eval", src);
|
||||
$("<tt/>").text('> ' + src).appendTo(output);
|
||||
$("<br/>").appendTo(output);
|
||||
var onCompile = function(compiledResult) {
|
||||
// compiledResult.compiledCodes is an array of function chunks.
|
||||
// The evaluation leaves the value register of the machine
|
||||
|
|
Loading…
Reference in New Issue
Block a user