1
2
3
4
5
6
7
8
9
pub mod number;
pub mod stack;
pub mod table;
pub mod value;
pub mod error;
pub mod object;
pub mod literals;

use number::*;