Starting to separate the context and parsed tokens into their own modules.
This commit is contained in:
@@ -15,5 +15,7 @@ pub use compare::get_emacs_version;
|
||||
#[cfg(feature = "compare")]
|
||||
pub use compare::get_org_mode_version;
|
||||
|
||||
mod context;
|
||||
mod error;
|
||||
pub mod parser;
|
||||
mod types;
|
||||
|
||||
Reference in New Issue
Block a user