fixed spelling of ain't

This commit is contained in:
Erin 2022-03-02 11:36:08 +01:00 committed by ondra05
parent e17b67e438
commit 4d8ee1a0d7

View file

@ -59,7 +59,7 @@ pub enum Token {
#[token("!=")] #[token("!=")]
NotEqual, NotEqual,
#[regex("!|aint")] // also add aint as a not keyword #[regex("!|ain't")]
Not, Not,
// Keywords // Keywords