Slightly more curse

pull/26/head
Able 2021-05-24 01:18:36 -05:00
parent 3977e3d28b
commit 562645c8ef
2 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
var hi = "wonk";
melo hi;
hi print; # Should error out
hi print; owo Should error out

View File

@ -148,7 +148,7 @@ pub enum Token {
#[token(",")]
Comma,
#[regex(r"#.*")]
#[regex(r"owo.*")]
Comment,
// Operators
@ -186,7 +186,7 @@ pub enum Token {
#[token("|")]
LogOr,
#[token("!")]
#[token("!|aint")] // also add aint as a not keyword
LogNot,
/// Base52 based character ('a')