mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
add ingest file to can ir and start pipelining it through the compiler
This commit is contained in:
parent
7c77f7c2a2
commit
d42aa43b41
7 changed files with 59 additions and 44 deletions
|
@ -257,6 +257,7 @@ pub fn walk_expr<V: Visitor>(visitor: &mut V, expr: &Expr, var: Variable) {
|
|||
Expr::Int(..) => { /* terminal */ }
|
||||
Expr::Float(..) => { /* terminal */ }
|
||||
Expr::Str(..) => { /* terminal */ }
|
||||
Expr::IngestedFile(..) => { /* terminal */ }
|
||||
Expr::SingleQuote(..) => { /* terminal */ }
|
||||
Expr::List {
|
||||
elem_var,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue