Implement Integers and Rationals

This commit is contained in:
Eryn Wells 2017-04-09 15:58:20 -07:00
parent 0d3021fb74
commit 3e03ca7e4c
4 changed files with 166 additions and 9 deletions

View file

@ -1,5 +1,6 @@
mod bool;
mod char;
mod number;
mod value;
#[cfg(test)]