Skip to content

Commit

Permalink
feat: add the ast module
Browse files Browse the repository at this point in the history
  • Loading branch information
rvcas committed Aug 10, 2022
1 parent 12ff706 commit 0096573
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions crates/lang/src/ast.rs
@@ -0,0 +1,5 @@
pub struct Module {}

pub enum Decl {}

pub enum Expr {}
2 changes: 2 additions & 0 deletions crates/lang/src/lib.rs
@@ -1,3 +1,5 @@
pub mod ast;

#[cfg(test)]
mod tests {
#[test]
Expand Down

0 comments on commit 0096573

Please sign in to comment.