Slightly more curse

This commit is contained in:
Able 2021-05-24 01:18:36 -05:00
parent 0f1a106381
commit b37c189da9
2 changed files with 3 additions and 3 deletions

View file

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

View file

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