add tokenator crate
also remove a lot of the "advanced" token parsing style which was a bit too verbose for my tastes Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
@@ -1,11 +1,5 @@
|
||||
mod decks;
|
||||
mod migration;
|
||||
mod token_parser;
|
||||
|
||||
pub use decks::{load_decks_cache, save_decks_cache, DECKS_CACHE_FILE};
|
||||
pub use migration::{deserialize_columns, COLUMNS_FILE};
|
||||
|
||||
pub use token_parser::{
|
||||
ParseError, Payload, Token, TokenAlternatives, TokenParser, TokenPayload, TokenSerializable,
|
||||
TokenWriter, UnexpectedToken,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user