Browse Source

debugging print function

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

3
tools.js

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

Loading…
Cancel
Save