diff --git a/VISITOR_NOTES b/VISITOR_NOTES new file mode 100644 index 0000000..69e2ef5 --- /dev/null +++ b/VISITOR_NOTES @@ -0,0 +1,3 @@ + +-each terminal node in the AST requires a method on ASTVisitor + -this can maybe be done with a macro?