|
@ -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 |
|
|
}; |
|
|
}; |
|
|