mirror of
https://github.com/Noratrieb/dilaria.git
synced 2026-01-15 01:45:02 +01:00
start bytecode compilation
This commit is contained in:
parent
b35d12e041
commit
c6765d7da6
14 changed files with 342 additions and 46 deletions
|
|
@ -27,7 +27,7 @@ fn num_lit(number: f64) -> Expr {
|
|||
|
||||
fn ident(name: &str) -> Ident {
|
||||
Ident {
|
||||
name: name.to_string(),
|
||||
sym: name.to_string(),
|
||||
span: Default::default(),
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue