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

v0.11.0-alpha.7 #648

Closed Luna-Klatzer closed 1 week ago

Luna-Klatzer commented 1 week ago

What type of change does this PR perform?

Summary

New development version 0.11.0-alpha.7, which adds support for bitwise operators, ternary expressions and compiler pragmas.

Detailed Changelog

Added

Changed

Does this PR create new warnings?

None.

Linked issues or PRs

codecov[bot] commented 1 week ago

Codecov Report

Attention: Patch coverage is 82.16689% with 265 lines in your changes missing coverage. Please review.

Project coverage is 83.66%. Comparing base (16cb772) to head (2eff96c). Report is 204 commits behind head on next.

Files Patch % Lines
kipper/cli/src/commands/new.ts 78.33% 8 Missing and 5 partials :warning:
kipper/cli/src/decorators.ts 31.25% 11 Missing :warning:
...e/src/compiler/ast/nodes/expressions/expression.ts 66.66% 8 Missing and 3 partials :warning:
kipper/config/src/kipper-config-interpreter.ts 87.50% 2 Missing and 8 partials :warning:
...ct-primary-expression/object-primary-expression.ts 37.50% 10 Missing :warning:
...mary-expression/object-property/object-property.ts 33.33% 10 Missing :warning:
kipper/cli/src/commands/compile.ts 68.96% 2 Missing and 7 partials :warning:
kipper/cli/src/prompt-module.ts 40.00% 9 Missing :warning:
kipper/cli/src/commands/run.ts 50.00% 8 Missing :warning:
kipper/config/src/tools.ts 42.85% 4 Missing and 4 partials :warning:
... and 41 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## next #648 +/- ## ========================================== - Coverage 83.88% 83.66% -0.22% ========================================== Files 66 219 +153 Lines 2066 3850 +1784 Branches 252 428 +176 ========================================== + Hits 1733 3221 +1488 - Misses 217 447 +230 - Partials 116 182 +66 ```

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