Skip to content

Releases: never-lang/never

v2.3.9

02 Sep 18:44
Compare
Choose a tag to compare
array dimensions check

v2.1.8

23 Aug 16:57
3bb5c91
Compare
Choose a tag to compare
Merge pull request #51 from never-lang/bison-2.7.1

Require minimum bison version

v2.1.2

07 Feb 14:44
114bcf8
Compare
Choose a tag to compare

modules
binary operators
more data types
binding constness

strings, enumerated records, match and if let expressions

26 Mar 18:15
Compare
Choose a tag to compare
  • strings
  • enumerated records
  • match expression
  • if let expression

v1.8.9

22 Sep 10:17
Compare
Choose a tag to compare
  • arrays/vectors
  • bindings
  • flow control
  • exceptions
  • examples
  • tests

never 1.8.6

15 Jun 19:20
Compare
Choose a tag to compare

Never major functions:

  • integer, float data types
  • bool operators &&, ||, !
  • integer/float operators - +, -, *, /
  • integer %
  • mathematical functions - sin, cos, tan, exp, log, sqrt, pow
  • utilities - print, printf, assert
  • recursion
  • tail recursion
  • constants reductions
  • embeddable in C/C++
  • embeddable in Unix shell
  • cmake