From 94c4dec9a911670aa8a6c8f365de59546642f695 Mon Sep 17 00:00:00 2001 From: greg Date: Sun, 28 Jul 2019 10:56:23 -0700 Subject: [PATCH] Notes --- VISITOR_NOTES | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 VISITOR_NOTES 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?