"libconlang": remove empty module tree tests

This commit is contained in:
John 2024-02-29 21:05:39 -06:00
parent c665e52782
commit c71f68eb55
2 changed files with 0 additions and 17 deletions

View File

@ -3,6 +3,3 @@
#![feature(decl_macro)] #![feature(decl_macro)]
pub mod resolver; pub mod resolver;
#[cfg(test)]
mod tests;

View File

@ -1,14 +0,0 @@
mod token {
// TODO
}
mod ast {
// TODO
}
mod lexer {
}
mod parser {
// TODO
}
mod interpreter {
// TODO
}