mirror of
https://github.com/Noratrieb/dilaria.git
synced 2026-01-15 01:45:02 +01:00
more function things
This commit is contained in:
parent
e15967e24c
commit
ff6b4703ab
11 changed files with 77 additions and 55 deletions
|
|
@ -13,8 +13,7 @@ pub struct Ident {
|
|||
pub span: Span,
|
||||
}
|
||||
|
||||
#[derive(Debug, PartialEq)]
|
||||
pub struct Program<'ast>(pub Vec<'ast, Stmt<'ast>>);
|
||||
pub type Program<'ast> = Block<'ast>;
|
||||
|
||||
#[derive(Debug, PartialEq)]
|
||||
pub struct Block<'ast> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue