Milky2018/diago/lexer does not have a README file
type Lexer#deprecated("`StringType::equal` is deprecated, use `Eq::equal` instead.")
fn StringType::equal(StringType, StringType) -> Bool#deprecated("`StringType::not_equal` is deprecated, use `Eq::not_equal` instead.")
fn StringType::not_equal(x : StringType, y : StringType) -> Bool#deprecated("`StringType::to_repr` is deprecated, use `@moonbitlang/core/debug.Debug::to_repr` instead.")
fn StringType::to_repr(StringType) -> Reprpub enum TokenKind {
Ident(String)
StringLit(StringType, String)
Number(String)
Colon
Semicolon
Dot
Comma
LeftBrace
RightBrace
LeftBracket
RightBracket
LeftParen
RightParen
Pipe
Ampersand
Arrow
ReverseArrow
BidirectionalArrow
DoubleDash
Comment(String)
BlockComment(String)
At
DotDotDot
Dollar
DollarBrace
Star
DoubleStar
TripleStar
Newline
Eof
} derive(Eq, Debug)Install
Download zipA diagram toolkit for MoonBit with Dagre, ELK, and Railway layout engines, rendering SVG, ASCII, and Unicode outputs.
Dependencies