Skip to content

1.0.0-beta-05

Choose a tag to compare

@JDDev0 JDDev0 released this 29 Sep 12:27
· 665 commits to master since this release

Lang updates

  • Add Lang Native Function support for Lang Native Modules
  • Mark LangPredefinedFunctionObject and LangExternalFunctionObject as deprecated
    • You should migrate to the new Lang Native Function system
    • WARNING: LangPredefinedFunctionObject and LangExternalFunctionObject will be removed in v1.0.0-beta-06
  • Update LII methods for LangNativeFunctions

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