Expand description
Lex TOML tokens
To get started, see Source::lex
Modulesยง
- token ๐
- Lexed TOML tokens
Structsยง
Enumsยง
Constantsยง
- APOSTROPHE ๐
apostrophe = %x27 ; ' apostrophe- BOM ๐
- COMMENT_
START_ ๐SYMBOL comment-start-symbol = %x23 ; #- ESCAPE ๐
escape = %x5C ; \- ML_
BASIC_ ๐STRING_ DELIM ml-basic-string-delim = 3quotation-mark- ML_
LITERAL_ ๐STRING_ DELIM ml-literal-string-delim = 3apostrophe- QUOTATION_
MARK ๐ quotation-mark = %x22 ; "- WSCHAR ๐
Functionsยง
- lex_
ascii_ ๐char - Process an ASCII character token
- lex_
atom ๐ - Process Atom
- lex_
basic_ ๐string - Process basic string
- lex_
comment ๐ - Process Comment
- lex_
crlf ๐ - Process Newline
- lex_
literal_ ๐string - Process literal string
- lex_
ml_ ๐basic_ string - Process multi-line basic string
- lex_
ml_ ๐literal_ string - Process multi-line literal string
- lex_
whitespace ๐ - Process Whitespace
- process_
token ๐
Type Aliasesยง
- Stream ๐