We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent defbbdc commit bd6528eCopy full SHA for bd6528e
src/speg_visitor.js
@@ -1,3 +1,5 @@
1
+var rd = require('./rd_parser');
2
+
3
function PEGJS_visitor(){}
4
5
PEGJS_visitor.visit = function(node) {
0 commit comments