Std.Toml.Scan
11 public declarations
- digitsIn
Str -> Str -> Int -> Option[Int]The number a run of digits names in a base, or nothing when a character is
- looksLikeMoment
Str -> BoolWhether a word is written the way a date or time is.
- readEscape
Str -> Int -> Result[(Str, Int), Std.Toml.TomlError]One escape, and where it ended.
- readKey
Str -> Int -> Result[(Str, Int), Std.Toml.TomlError]One key, bare or quoted.
- readMultiline
Str -> Int -> Str -> Result[(Str, Int), Std.Toml.TomlError]Text written across lines, and where it ended.
- readQuoted
Str -> Int -> Result[(Str, Int), Std.Toml.TomlError]Quoted text, and where it ended.
- readScalar
Str -> Int -> Int -> Result[(Str, Int), Std.Toml.TomlError]A scalar written as hexadecimal digits.
- skipBlank
Str -> Int -> IntPast whitespace, comments, and line endings.
- skipInline
Str -> Int -> IntPast spaces and tabs only, so a line ending still ends the line.
- valueOf
Str -> Std.Toml.TomlWhat an unquoted word means.
- wholeOf
Str -> Option[Int]A whole number, or nothing when the word is not one.
