mirror of
https://github.com/exoticorn/curlywas.git
synced 2026-01-20 11:46:43 +01:00
fix #<= and #>= not parsing
This commit is contained in:
@@ -324,14 +324,14 @@ fn lexer() -> impl Parser<char, Vec<(Token, Span)>, Error = LexerError> {
|
||||
just("<<"),
|
||||
just(">>"),
|
||||
just("#>>"),
|
||||
just("#<"),
|
||||
just("#>"),
|
||||
just(">="),
|
||||
just("<="),
|
||||
just("=="),
|
||||
just("!="),
|
||||
just("#>="),
|
||||
just("#<="),
|
||||
just("#<"),
|
||||
just("#>"),
|
||||
just("->"),
|
||||
just(":="),
|
||||
))
|
||||
|
||||
Reference in New Issue
Block a user