Skip to content
This repository has been archived by the owner on May 11, 2023. It is now read-only.

Commit

Permalink
Revert unparse
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaReiser committed Apr 26, 2023
1 parent 53bef1a commit eb818e2
Show file tree
Hide file tree
Showing 2 changed files with 536 additions and 0 deletions.
2 changes: 2 additions & 0 deletions compiler/ast/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ mod constant;
#[cfg(feature = "fold")]
mod fold_helpers;
mod impls;
#[cfg(feature = "unparse")]
mod unparse;

pub use ast_gen::*;

Expand Down
Loading

0 comments on commit eb818e2

Please sign in to comment.