Minor cleanup.

This commit is contained in:
2022-03-03 17:12:01 +00:00
parent d039a26c16
commit caf4f02428
5 changed files with 36 additions and 23 deletions
+1 -1
View File
@@ -2,5 +2,5 @@
void VisitBinary(struct binary);
void VisitGrouping(struct grouping);
void VisitLiteral(struct literal);
void VisitLiteral(Token);
void VisitUnary(struct unary);