"libconlang": remove empty module tree tests
This commit is contained in:
parent
c665e52782
commit
c71f68eb55
@ -3,6 +3,3 @@
|
||||
#![feature(decl_macro)]
|
||||
|
||||
pub mod resolver;
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests;
|
||||
|
@ -1,14 +0,0 @@
|
||||
mod token {
|
||||
// TODO
|
||||
}
|
||||
mod ast {
|
||||
// TODO
|
||||
}
|
||||
mod lexer {
|
||||
}
|
||||
mod parser {
|
||||
// TODO
|
||||
}
|
||||
mod interpreter {
|
||||
// TODO
|
||||
}
|
Loading…
Reference in New Issue
Block a user