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

Implemented function calls from lambdas, stored variables and expressions #681

Closed Luna-Klatzer closed 1 month ago

Luna-Klatzer commented 1 month ago

What type of change does this PR perform?

Summary

Implemented function calls from lambdas, stored variables and expressions so that any expression that returns a function can be called.

Closes #674

Detailed Changelog

Not present for website/docs changes

Added

Fixed

Does this PR create new warnings?

None.

Linked issues or PRs