mirror of
https://github.com/Noratrieb/dilaria.git
synced 2026-01-15 09:55:03 +01:00
print and more
This commit is contained in:
parent
ebbc675ffd
commit
9e643b8acd
9 changed files with 150 additions and 54 deletions
|
|
@ -31,6 +31,7 @@ pub enum Stmt {
|
|||
Return(Option<Expr>, Span),
|
||||
Block(Block),
|
||||
Expr(Expr),
|
||||
Print(Expr, Span),
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone, PartialEq)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue