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.6 #542

Closed Luna-Klatzer closed 2 months ago

Luna-Klatzer commented 2 months ago

What type of change does this PR perform?

Summary

New development version 0.11.0-alpha.6, which removes the analyse command, adds support for do-while loops and adds syntax support for objects (no semantic analysis or translation).

List of Changes

Does this PR create new warnings?

None.

Detailed Changelog

Added

Changed

Removed

Linked issues or PRs

github-actions[bot] commented 2 months ago

size-limit report 📦

Path Size Loading time (3g) Running time (snapdragon) Total time
./kipper/web/kipper-standalone.min.js 137.24 KB (0%) 2.8 s (0%) 381 ms (+39.83% 🔺) 3.2 s
./kipper/web/kipper-standalone.js 137.28 KB (0%) 2.8 s (0%) 401 ms (+65.98% 🔺) 3.2 s
codecov[bot] commented 2 months ago

Codecov Report

Attention: Patch coverage is 82.50000% with 35 lines in your changes missing coverage. Please review.

Project coverage is 83.16%. Comparing base (738ff13) to head (8869ef0).

Files Patch % Lines
...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 54.54% 2 Missing and 3 partials :warning:
kipper/target-js/src/built-in-generator.ts 20.00% 4 Missing :warning:
kipper/cli/src/commands/run.ts 25.00% 3 Missing :warning:
kipper/target-js/src/code-generator.ts 85.71% 2 Missing :warning:
...src/compiler/parser/antlr/base/KipperParserBase.ts 87.50% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## next #542 +/- ## ========================================== - Coverage 83.47% 83.16% -0.32% ========================================== Files 205 207 +2 Lines 3613 3653 +40 Branches 410 416 +6 ========================================== + Hits 3016 3038 +22 - Misses 424 440 +16 - Partials 173 175 +2 ```

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