Skip to content

Releases: Jamlie/Jamlang

Jamlang

07 Nov 10:20
Compare
Choose a tag to compare

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

Jamlang

05 Nov 21:57
Compare
Choose a tag to compare

Jamlang

What is new?

  • Better support for numbers such as i8, i16, i32, i64, f32 and f64
  • Refactored the error messages to be on stderr

Jamlang

05 Nov 16:56
Compare
Choose a tag to compare

Jamlang

What is new?

  • Added static typing for variables
  • Changed some of the error printing from stdout to stderr

Jamlang

04 Nov 14:56
Compare
Choose a tag to compare

Jamlang v1.3

What is new?

  • Having methods on strings, tuples, and arrays
  • Better error messages
  • A new standard library random that is built entirely using Jamlang, it uses Mersenne Twister algorithm
  • Beginning of the removal of classes in favor of functions and objects
  • A better way to implement native functions for Jamlang in Go

Jamlang

21 Oct 13:29
Compare
Choose a tag to compare

A custom language written in Golang

Jamlang

09 Oct 20:07
Compare
Choose a tag to compare

Jamlang

A custom language written in Golang, made primarily to learn more about coding

Jamlang

09 Oct 12:43
Compare
Choose a tag to compare

Jamlang

A custom programming language made by Golang