Skip to content

Latest commit

 

History

History
44 lines (26 loc) · 899 Bytes

File metadata and controls

44 lines (26 loc) · 899 Bytes

FEATURES

  • For loop optimizations

  • Generic memory optimizations (现已放屁)

  • Imports (i.e: import ClassPackageAndName;)

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

  • Improved Error Handling

    • Using Keyword (partial)
  • Enums

    • Abstract Enums
  • Typedefs

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

  • Packages

  • Regex

  • Parent (Used in Interp.parentInstance)

  • Getter & Setter

  • staticModifier

  • Classes

  • Support importing static functions of class (But its a shit.)

  • String Interpolation (It Still has some trouble. If you need to use it. Please Used in Parser.allowInterpolation)

  • Better Match

TODO


  • Support direct input of packaging class(or enum)