Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 865 Bytes

FEATURES.md

File metadata and controls

34 lines (22 loc) · 865 Bytes

FEATURES

  • For loop optimizations

  • Generic memory optimizations

  • Imports (i.e: import ClassPackageAndName;, Added in 1.0.0)

    • Import Aliases (Added in 1.1.0 i.e: import ClassPackageAndName as Class Alias;)
  • Finals (Added in 1.0.1)

  • Improved Error Handling (Added in 1.1.0)

    • Using Keyword (Added in 1.1.1, partial)
  • Enums (Added in 1.1.0)

    • Abstract Enums
  • Typedefs (Added in 1.1.0)

    • Redirects (Added in 1.1.0)
    • Class Redirect (automatic imports, Added in 1.1.0)
  • Null Coalescing Operator (Added in 1.1.0, ??, ??=)

  • Packages (Added in 1.1.1)


TODO:

  • Classes?
  • Regex?
  • Sandboxing
  • Parenting (this variable would be set for scripts, which allows being able to access variables from a set class without having to type it out, i.e: PlayState.instance)