Keep working on Numbers and stuff -- trying to get integrated with the new sibillexer crate

This commit is contained in:
Eryn Wells 2017-04-15 09:37:48 -07:00
parent fc947280ae
commit 4d7d709b2f
3 changed files with 78 additions and 19 deletions

View file

@ -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;