Skip to content

Instantly share code, notes, and snippets.

@nitin42
Created March 9, 2018 10:32
class Visitor {
visitBinaryExpression(binary) {}
visitUnaryExpression(unary) {}
visitLiteralExpression(literal) {}
visitGroupingExpression(grouping) {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment