Skip to content

1.0.0-beta-09

Latest
Compare
Choose a tag to compare
@JDDev0 JDDev0 released this 10 Apr 16:00
· 350 commits to master since this release

Lang updates

  • [BREAKING CHANGE]: Change var args type constraint syntax (<varName>{<types>}... instead of <varName>...{<types>})
  • [BREAKING CHANGE]: Rename and add combinator functions
  • Add basic OOP support (Object type)
  • Add &Maybe class

Lang module updates

Lang native module updates

  • [BREAKING CHANGE]: Remove LangInterpreter field from the LangNativeFunction class
  • Add the nullToLangVoid() method to the LangUtils class

WARNING: The Lang programming language specification for v1.0.0 is not finalized. Some breaking changes can still be introduced.