Tea Versions Save

Programming is like drinking tea.

v1.0-beta

4 years ago

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