nakala-lang / nakala

A dynamic programming language designed to feel familiar and be fun to use, written in Rust
MIT License
11 stars 1 forks source link

Feat: Refactor numbers to f64 #3

Closed reaganmcf closed 3 years ago

reaganmcf commented 3 years ago

Closes #2

Adds support for floating point numbers throughout the code base. All Val::Numbers in the engine are now f64 instead of being u128