Crate orecc_front

Source

Re-exports§

pub use codebase::Codebase;
pub use token_reader::TokenReader;

Modules§

chars
Checking characters to be a part of ident, start of ident, etc.
codebase
Codebase. A struct that holds all your code in memory (codespan forces this)
token_reader
A simple character reader that is useful for creating lexers