Skip to content

Jamlang

Latest
Compare
Choose a tag to compare
@Jamlie Jamlie released this 07 Nov 10:20
· 20 commits to main since this release

Jamlang

What is new?

  • Made x.0 distinct from x as of types
  • Added return types that enforces the function to return that specific type
  • Added full support full i8, i16, i32, i64, f32, and f64
  • Added better error messages
  • An int needs to be cast to deal with floating point numbers and vice versa
  • Removed bitwise operations from floating point numbers