Skip to content

Releases: Uralstech/ezrlang

📂 ezr v2.0.0.2.1

18 Nov 09:28
Compare
Choose a tag to compare

What's changed:

  • Updated to Python 3.11.0

Full Changelog: v2.0.0.2.0...v2.0.0.2.1

📂 ezr v2.0.0.2.0

14 Nov 15:37
Compare
Choose a tag to compare

What's changed:

  • Fixed bug in libraries for RTE_TOOMANYARGS and RTE_TOOFEWARGS RuntimeErrors which wouldn't show the name of the function itself

Full Changelog: v2.0.0.1.3...v2.0.0.2.0

📂 ezr v2.0.0.1.3

14 Nov 09:45
Compare
Choose a tag to compare

What's changed:

  • Updated ezrShell with better code

Full Changelog: v2.0.0.1.2...v2.0.0.1.3

📂 ezr 2.0.0.1.2

10 Nov 17:38
Compare
Choose a tag to compare

What's changed:

  • Fixed bug with error messages

Full Changelog: v2.0.0.1.1...v2.0.0.1.2

📂 ezr v2.0.0.1.1

10 Nov 14:39
Compare
Choose a tag to compare

What's changed:

  • Updated all error messages
  • 'clear' and 'length_of' functions properly show names when printed
  • Updated tic tac toe example

ezr v2.0.0.1.0 changes:

  • time.timeStruct.week_day -> time.timeStruct.weekDay
  • time.timeStruct.month_day -> time.timeStruct.monthDay
  • time.timeStruct.year_day -> time.timeStruct.yearDay

Full Changelog: v2.0.0.0.0...v2.0.0.1.1

📂 ezr v2m0

05 Nov 07:51
Compare
Choose a tag to compare

What's changed:

  • Simpler lower case keywords
  • New dictionary type
  • New immutable array type
  • List type is now mutable
  • 'in' statement support for ARRAYs and DICTIONARYs
  • New 'DICTIONARY-KEY' error tag for key access/assign errors
  • New 'hash' function
  • 'len' function is now 'length_of' and supports ARRAYs and DICTIONARYs
  • 'convert' function now supports LIST to ARRAY / ARRAY to LIST conversions with 'type' inputs 'Array' and 'List'
  • 'join' function now supports all types that can be converted into a string
  • 'type_of' function now returns name of input values' class (eg: type_of('abc') = 'String')
  • 'convert' function 'type' input should be [STRING] literals 'String', 'Int', 'Float' or 'Bool'
  • Removed 'extend' and 'remove' functions
  • All builtin types are now hashable
  • Some bugfixes for error messages
  • A lot of object-related bugfixes

All changes: