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

Add support for built-in constant `NaN` #676

Closed Luna-Klatzer closed 1 month ago

Luna-Klatzer commented 1 month ago

What type of change does this PR perform?

Summary

Added support for built-in support NaN, which simply represents NaN in the JavaScript and TypeScript target.

Closes #671

Detailed Changelog

Not present for website/docs changes

Added

Does this PR create new warnings?

None.

Linked issues or PRs

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 83.98%. Comparing base (9117107) to head (0c1b89d).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev-next #676 +/- ## ============================================ + Coverage 83.92% 83.98% +0.05% ============================================ Files 270 270 Lines 4499 4502 +3 Branches 478 479 +1 ============================================ + Hits 3776 3781 +5 Misses 582 582 + Partials 141 139 -2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.