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 high-level `typeof` operator #663

Closed lorenzholzbauer closed 1 week ago

lorenzholzbauer commented 1 month ago

Is there an existing proposal for this?

This feature does not exist in the latest version

Proposal

Add a typeof operator that returns the runtime object instead of a string like in JS.

For example:

Exact behaviour / changes you want

Luna-Klatzer commented 1 week ago

Implemented by #688