adding break png image.

This commit is contained in:
Danny Yoo 2013-03-04 14:38:28 -07:00
parent aea7c8dbd0
commit d5d76c0796
2 changed files with 2 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

@ -90,6 +90,8 @@ $(document).ready(function() {
// and get back bytecode that we should evaluate. // and get back bytecode that we should evaluate.
var evaluate = function(src, after) { var evaluate = function(src, after) {
console.log("about to eval", src); console.log("about to eval", src);
$("<tt/>").text('> ' + src).appendTo(output);
$("<br/>").appendTo(output);
var onCompile = function(compiledResult) { var onCompile = function(compiledResult) {
// compiledResult.compiledCodes is an array of function chunks. // compiledResult.compiledCodes is an array of function chunks.
// The evaluation leaves the value register of the machine // The evaluation leaves the value register of the machine