more error messages

This commit is contained in:
Folkert 2021-02-08 21:58:39 +01:00
parent 09b3d40380
commit 860aa6d194
5 changed files with 154 additions and 45 deletions

View file

@ -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];