feat: add the ast module
This commit is contained in:
parent
46057d62dc
commit
35143f1544
|
@ -0,0 +1,5 @@
|
|||
pub struct Module {}
|
||||
|
||||
pub enum Decl {}
|
||||
|
||||
pub enum Expr {}
|
|
@ -1,3 +1,5 @@
|
|||
pub mod ast;
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
#[test]
|
||||
|
|
Loading…
Reference in New Issue