Browse Source

debugging print function

pull/19/head
nisstyre56 10 years ago
parent
commit
9bdd80121b
  1. 3
      tools.js

3
tools.js

@ -89,6 +89,8 @@ function operatorMatch(ops) {
}
function debugPrint(stx) {
console.log("%j\n", stx);
}
module.exports = {
@ -98,4 +100,5 @@ module.exports = {
dict: dict,
extend : extend,
empty : empty,
debugPrint : debugPrint
};

Loading…
Cancel
Save