Restructure code base.

This commit is contained in:
Stephen Chung
2021-11-13 22:36:23 +08:00
parent 38884ede46
commit 64b889fb95
36 changed files with 154 additions and 140 deletions

View File

@@ -6,10 +6,7 @@ use crate::{def_package, Position, INT};
use std::prelude::v1::*;
#[cfg(not(feature = "no_float"))]
use crate::FLOAT;
#[cfg(not(feature = "no_float"))]
use crate::error::EvalAltResult;
use crate::{EvalAltResult, FLOAT};
#[cfg(feature = "no_std")]
#[cfg(not(feature = "no_float"))]