Kipper-Lang / Kipper

The Kipper programming language for Browsers and Node.js 🦊✨ Made at HTL Leonding & JKU Linz
https://kipper-lang.org
GNU General Public License v3.0
26 stars 4 forks source link

[Feature] Implement classes with class properties and class methods #665

Closed ByteWolf-dev closed 1 month ago

ByteWolf-dev commented 1 month ago

Is there an existing proposal for this?

This feature does not exist in the latest version

Proposal

Implement AST Nodes, semantic analysis and code generation for classes, class-methods and class-properties

Exact behaviour / changes you want

The compiler should be able to create classes which can have methods and/or properties.

Luna-Klatzer commented 1 month ago

Implemented by #675.