Crate read_token

Source
Expand description

A simple library to read tokens using look ahead

Structs§

NumberSettings
The settings for reading numbers.
ReadToken
Stores the state of parsing.

Enums§

ParseNumberError
Error when parsing number.
ParseStringError
Contains errors when parsing a string.