Browse Source

Merge pull request #19 from oftn/master

merge OFTN version
pull/21/head
Wesley Kerfoot 10 years ago
parent
commit
c5b9d68afc
  1. 6
      tools.js

6
tools.js

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

Loading…
Cancel
Save