upd: set up tester

This commit is contained in:
2023-11-06 12:14:42 +08:00
parent 59aef02010
commit f9bbedda46
3 changed files with 35 additions and 2 deletions

View File

@ -18,4 +18,4 @@ int main(int argc, const char *argv[]) {
EvalVisitor visitor;
visitor.visit(tree);
return 0;
}
}