Add RBTREE and test, along with <, >, <=, >=
This commit is contained in:
@@ -24,8 +24,8 @@ match {
|
||||
".",
|
||||
"'",
|
||||
"!",
|
||||
r"[0-9]+" => NUM,
|
||||
r"[a-zA-Z+*/_=?%&|^-][\w+*/=_?%&|^-]*" => SYM,
|
||||
r"(;[^\n]*\n)|\s+" => { }
|
||||
r"[0-9]+" => NUM,
|
||||
r"[a-zA-Z+*/_=?%&|^<>-][\w+*/=_?%&|^<>-]*" => SYM,
|
||||
r"(;[^\n]*\n)|\s+" => { }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user