Keep working on Numbers and stuff -- trying to get integrated with the new sibillexer crate
This commit is contained in:
parent
fc947280ae
commit
4d7d709b2f
3 changed files with 78 additions and 19 deletions
|
@ -3,6 +3,10 @@ mod char;
|
|||
mod number;
|
||||
mod value;
|
||||
|
||||
pub use bool::Bool;
|
||||
pub use char::Char;
|
||||
pub use number::Number;
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
use bool::Bool;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue