mirror of
https://github.com/Noratrieb/dilaria.git
synced 2026-01-16 02:15:01 +01:00
change name
This commit is contained in:
parent
ee01a9f5b5
commit
9019dc0295
73 changed files with 152 additions and 151 deletions
|
|
@ -0,0 +1,30 @@
|
|||
---
|
||||
source: src/parse/test.rs
|
||||
assertion_line: 191
|
||||
expression: ast
|
||||
|
||||
---
|
||||
While(
|
||||
WhileStmt {
|
||||
span: Span {
|
||||
start: 0,
|
||||
end: 0,
|
||||
},
|
||||
cond: Literal(
|
||||
Boolean(
|
||||
true,
|
||||
Span {
|
||||
start: 0,
|
||||
end: 0,
|
||||
},
|
||||
),
|
||||
),
|
||||
body: Block {
|
||||
stmts: [],
|
||||
span: Span {
|
||||
start: 0,
|
||||
end: 0,
|
||||
},
|
||||
},
|
||||
},
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue