fixed spelling of ain't

This commit is contained in:
Erin 2022-03-02 11:36:08 +01:00 committed by ondra05
parent 9d6f5740b1
commit 070f3b2f0e

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