Rename nom context to parser context.
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
mod combinator;
|
||||
mod error;
|
||||
mod list;
|
||||
mod nom_context;
|
||||
mod parser_context;
|
||||
mod parser_with_context;
|
||||
mod text;
|
||||
mod text_element_parser;
|
||||
mod token;
|
||||
pub use text_element_parser::document;
|
||||
type Context<'r, 's> = &'r nom_context::ContextTree<'r, 's>;
|
||||
type Context<'r, 's> = &'r parser_context::ContextTree<'r, 's>;
|
||||
|
||||
Reference in New Issue
Block a user