Skip to content

Commit

Permalink
feat(astgen): change to use the new parser
Browse files Browse the repository at this point in the history
  • Loading branch information
SkuldNorniern committed Oct 8, 2024
1 parent 19f39f1 commit 2c68db8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nk-astgen/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pub mod ast;
mod parser;
// mod parser;
pub mod parser_new;

pub use ast::AST;

pub use parser::Parser;
// pub use parser::Parser;

0 comments on commit 2c68db8

Please sign in to comment.