mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 07:41:12 +00:00
Got let-exprs and vars coexisting
This commit is contained in:
parent
23e2f04468
commit
21d1a99a1f
4 changed files with 124 additions and 49 deletions
|
@ -20,5 +20,5 @@ pub enum Expr {
|
|||
|
||||
#[derive(Clone, Debug, PartialEq, Eq, PartialOrd, Ord)]
|
||||
pub enum Operator {
|
||||
Plus, Minus, Star, Slash, DoubleSlash,
|
||||
Plus, Minus, Star, Slash, DoubleSlash, Equals,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue