ISibboI / evalexpr

A powerful expression evaluation crate 🦀.
GNU Affero General Public License v3.0
325 stars 54 forks source link

Replaces `f64` and `i64` with `FloatType` and `IntType`. #113

Closed NatanFreeman closed 2 years ago

NatanFreeman commented 2 years ago

Replaces use of f64 and i64 literal syntax in favour of custom FloatType and IntType. This is done to make changing FloatType's and IntType's definitions more seamless. As one might do in relation to issues like #111 .

NatanFreeman commented 2 years ago

I ran cargo +nightly fmt --all. It didn't do much but it should now be formatted properly.

NatanFreeman commented 2 years ago

🦀🦀🚀