forked from AbleScript/ablescript
Slightly more curse
This commit is contained in:
parent
84016d3dcd
commit
c27837a807
|
@ -1,3 +1,3 @@
|
|||
var hi = "wonk";
|
||||
melo hi;
|
||||
hi print; # Should error out
|
||||
hi print; owo Should error out
|
||||
|
|
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue