Add crash as a keyword

This commit is contained in:
Ayaz Hafiz 2022-11-02 12:12:02 -05:00
parent 848c18f996
commit fee01166c7
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58
7 changed files with 238 additions and 2 deletions

View file

@ -196,6 +196,9 @@ pub enum Expr<'a> {
Underscore(&'a str),
// The "crash" keyword
Crash,
// Tags
Tag(&'a str),