Skip to content

LDPL 5 'Groovy Gualicho'

Latest
Compare
Choose a tag to compare
@Lartu Lartu released this 27 Mar 01:01
· 24 commits to master since this release

LDPL 5 'Groovy Gualicho'

About

This is LDPL 5 'Groovy Gualicho'. Rawrrr! This release fixes all the bugs found in LDPL 4.4 and marks a new milestone in the history of LDPL.

From this point onwards, LDPL is considered complete and in minimal evolution mode. This means that language is supported, but its specification will intentionally be kept as unchanged as possible. Version numbers from now on will be incremental in integer steps, as releases will be released less often.

Changelog

Release 5 (up to 52423cf)

  • Fixed Error reporting for mixed-type operations (#164) (aff109a).
  • Fixed Number to text casting error using the wrong datatype (43e3bf0).
  • Fixed Validation of container accesses for #166 (0567ea9).
  • Improved File append error reporting (0e03607)
  • Added Trigonometry functions, power raising and other arithmetic operations (2d19752, 6e23474)
  • Added Datetime functions (bed65d7)
  • Changed The for each statement now iterates keys when iterating on a map (2d6a760)
  • Removed Removed support for LPM (8504b6e)
  • Add Uppercase / Lowercase conversion statements (aac1f81)
  • Changed Replace statement. The old one has been deprecated (9c2141f)
  • Add Remove Element At statement (baa5378)
  • Fixed Minor stability issues.

Source Code

The source code for this release can be downloaded below. It can be built by running make on the extracted directory, provided you have c++11 installed on your system.