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 syntax for interface type generation #525

Closed Luna-Klatzer closed 2 months ago

Luna-Klatzer commented 2 months ago

Is there an existing proposal for this?

This feature does not exist in the latest version

Proposal

Implement syntax for interface type generation, which allows the Lexer and Parser to map them to AST nodes.

Exact behaviour / changes you want

Luna-Klatzer commented 2 months ago

Implemented by #657.