Skip to content

Commit 8101bde

Browse files
committed
Add an AST visitor
1 parent cdba436 commit 8101bde

File tree

2 files changed

+1386
-0
lines changed

2 files changed

+1386
-0
lines changed

src/ast/mod.rs

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ mod ddl;
1717
mod operator;
1818
mod query;
1919
mod value;
20+
pub mod visit;
2021

2122
use std::ops::Deref;
2223

0 commit comments

Comments
 (0)