Skip to content

Releases: tealang/tea

Tea 1.0 Beta

21 Jan 19:46
Compare
Choose a tag to compare
Tea 1.0 Beta Pre-release
Pre-release

Features:

  • Strongly specification
  • Strongly typed
  • Type inference
  • Types (String, Int, UInt, Float, Bool, XView, Regex, Iterable, Callable, MetaType)
  • Return collector
  • Units
  • Classes
  • Interfaces
  • Functions
  • Lambdas
  • Constants
  • if statements
  • case statements
  • for-in statements
  • for-to/for-downto statements
  • while statements
  • try statements
  • else/elseif branches for if/case/for
  • catch/finally branches for if/case/for/while/try
  • #include expression, and #expect declaration
  • #raw strings
  • Single quoted strings, Double quoted strings
  • String interpolations
  • Declarations for PHP Classes/Functions/Constants