Skip to content

Version 2.1

Compare
Choose a tag to compare
@JeneLitsch JeneLitsch released this 14 May 12:52
· 1115 commits to main since this release

New Features (core language)

  • Invocations (callable)(params...)
  • Power operator **
  • switch-statement
  • choose-expression

New featres (std library)

  • std::typename
  • Enum with type ids: std::type::
  • std::chain
  • More typecheck functions:
    • std::is_fxptr
    • std::is_external
    • std::is_numeric
    • std::is_integral
  • Fixed parameter invoke functions
    • std::invoke_0
    • std::invoke_1
    • std::invoke_2
    • std::invoke_3