mirror of
https://github.com/Noratrieb/dilaria.git
synced 2026-01-15 01:45:02 +01:00
fix top level
This commit is contained in:
parent
9837713771
commit
c6e5a5d686
5 changed files with 68 additions and 39 deletions
|
|
@ -8,7 +8,7 @@ use crate::errors::Span;
|
|||
pub type Symbol = String;
|
||||
|
||||
#[derive(Debug, Clone, PartialEq)]
|
||||
pub struct Program(pub Block);
|
||||
pub struct Program(pub Vec<Stmt>);
|
||||
|
||||
#[derive(Debug, Clone, PartialEq)]
|
||||
pub struct Block(pub Vec<Stmt>);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue