marianoguerra/css/token does not have a README file
pub(all) enum TokenKind {
Ident(String)
Function(String)
AtKeyword(String)
Hash(String, HashKind)
Str(String)
BadStr
Url(String)
BadUrl
Number(String, Double, Bool)
Percentage(String, Double)
Dimension(String, Double, Bool, String)
Whitespace
Colon
Semicolon
Comma
LBracket
RBracket
LParen
RParen
LBrace
RBrace
Cdo
Cdc
Comment(String)
Delim(Char)
Eof
} derive(Eq, Debug)Install
Download zipA semantic CSS syntax tree for MoonBit: a tolerant parser, a printer with pretty, compact and minified modes, and structured diagnostics
Dependencies