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)]
|
#[cfg(test)]
|
||||||
mod tests {
|
mod tests {
|
||||||
#[test]
|
#[test]
|
||||||
|
|
Loading…
Reference in New Issue