Skip to content
Snippets Groups Projects
Commit ae5983a7 authored by charguer's avatar charguer Committed by Thomas Wood
Browse files

fix

parent fe195ada
No related branches found
No related tags found
No related merge requests found
...@@ -96,7 +96,7 @@ $("#navigation_step").change(function(e) { ...@@ -96,7 +96,7 @@ $("#navigation_step").change(function(e) {
$("#button_run").click(function() { $("#button_run").click(function() {
parsedTree = esprima.parse($("#source_code").val(), {loc:true}); parsedTree = esprima.parse($("#source_code").val(), {loc:true});
// console.log(parsedTree); console.log(parsedTree);
program = program; // TODO: program = translateAST(parsedTree) program = program; // TODO: program = translateAST(parsedTree)
run(); run();
$("#run_output").html("Run successful !"); $("#run_output").html("Run successful !");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment