UNPKG

jester

Version:

Simple language designed for teaching

18 lines (13 loc) 302 B
;(function(simple, global) { var domPrettyPrinter = simple.analysis.reducer({ setup: function() { this.source = ''; this.indent = 0; }, reduce: function() { return this.source; }, "enter-def": function(node) { } }); })(simple, this);