forked from AbleScript/ablescript
add rickroll
lexeme in lexer
This commit is contained in:
parent
1a8f17339e
commit
3ffdd15b41
|
@ -111,6 +111,9 @@ pub enum Token {
|
|||
#[token("rlyeh")]
|
||||
Rlyeh,
|
||||
|
||||
#[token("rickroll")]
|
||||
Rickroll,
|
||||
|
||||
// Literals
|
||||
/// True, False
|
||||
#[regex("true|false", get_bool)]
|
||||
|
|
Loading…
Reference in a new issue