ezno icon indicating copy to clipboard operation
ezno copied to clipboard

Class types and class extends

Open kaleidawave opened this issue 4 months ago • 0 comments

Types

  • Classes (statement ones) need to be visited during hoisting
    • Scan their members and types
    • Create a class type from that
    • When synthesising a class, reuse these values for the actual functions

What about expression classes?

Extends

  • Synthesise the extends expression. and set somewhere

kaleidawave avatar Mar 03 '24 22:03 kaleidawave