mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 00:24:34 +00:00
Restore eval, add |> operator
This commit is contained in:
parent
7bcc471d4a
commit
07a05b90fc
9 changed files with 450 additions and 175 deletions
|
@ -1,7 +1,7 @@
|
|||
pub mod expr;
|
||||
pub mod parse;
|
||||
pub mod parse_state;
|
||||
// pub mod eval;
|
||||
pub mod eval;
|
||||
pub mod operator;
|
||||
pub mod region;
|
||||
pub mod fast_fraction;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue