mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
Add crash as a keyword
This commit is contained in:
parent
848c18f996
commit
fee01166c7
7 changed files with 238 additions and 2 deletions
|
@ -196,6 +196,9 @@ pub enum Expr<'a> {
|
|||
|
||||
Underscore(&'a str),
|
||||
|
||||
// The "crash" keyword
|
||||
Crash,
|
||||
|
||||
// Tags
|
||||
Tag(&'a str),
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue