mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 14:54:47 +00:00
more error messages
This commit is contained in:
parent
09b3d40380
commit
860aa6d194
5 changed files with 154 additions and 45 deletions
|
@ -4,3 +4,5 @@ pub static ELSE: &str = "else";
|
|||
pub static WHEN: &str = "when";
|
||||
pub static AS: &str = "as";
|
||||
pub static IS: &str = "is";
|
||||
|
||||
pub static KEYWORDS: [&str; 6] = [IF, THEN, ELSE, WHEN, AS, IS];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue