-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'dev-next' into 654-feature-implement-trycatch-statement…
…-to-handle-exceptions
- Loading branch information
Showing
149 changed files
with
5,083 additions
and
3,333 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<component name="ProjectRunConfigurationManager"> | ||
<configuration default="false" name="kipper compile (js)" type="NodeJSConfigurationType" application-parameters="compile -s "" -t js" path-to-js-file="./kipper/cli/bin/run" working-dir="$PROJECT_DIR$/"> | ||
<method v="2" /> | ||
</configuration> | ||
</component> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<component name="ProjectRunConfigurationManager"> | ||
<configuration default="false" name="kipper compile (ts)" type="NodeJSConfigurationType" application-parameters="compile -s "" -t ts" path-to-js-file="./kipper/cli/bin/run" working-dir="$PROJECT_DIR$/"> | ||
<method v="2" /> | ||
</configuration> | ||
</component> |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<component name="ProjectRunConfigurationManager"> | ||
<configuration default="false" name="kipper run (js)" type="NodeJSConfigurationType" application-parameters="run -s "" -t js" path-to-js-file="./kipper/cli/bin/run" working-dir="$PROJECT_DIR$/"> | ||
<method v="2" /> | ||
</configuration> | ||
</component> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<component name="ProjectRunConfigurationManager"> | ||
<configuration default="false" name="kipper run (ts)" type="NodeJSConfigurationType" application-parameters="run -s "" -t ts" path-to-js-file="./kipper/cli/bin/run" working-dir="$PROJECT_DIR$/"> | ||
<method v="2" /> | ||
</configuration> | ||
</component> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +0,0 @@ | ||
<component name="ProjectRunConfigurationManager"> | ||
<configuration default="false" name="kipper run" type="NodeJSConfigurationType" application-parameters="run -s """ path-to-js-file="./kipper/cli/bin/run" working-dir="$PROJECT_DIR$/"> | ||
<method v="2" /> | ||
</configuration> | ||
</component> | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,14 +7,22 @@ type: software | |
authors: | ||
- given-names: Luna | ||
family-names: Klatzer | ||
email: luna.klatzer@gmail.com | ||
email: edu@lklatzer.com | ||
affiliation: HTL Leonding | ||
orcid: 'https://orcid.org/0009-0001-5332-8988' | ||
- given-names: Lorenz | ||
family-names: Holzbauer | ||
email: [email protected] | ||
affiliation: HTL Leonding | ||
- given-names: Fabian | ||
family-names: Baitura | ||
email: [email protected] | ||
affiliation: HTL Leonding | ||
identifiers: | ||
- type: url | ||
value: >- | ||
https://github.com/Kipper-Lang/Kipper/releases/tag/v0.12.0-alpha.1 | ||
description: The GitHub release URL of tag 0.12.0-alpha.0 | ||
https://github.com/Kipper-Lang/Kipper/releases/tag/v0.12.0 | ||
description: The GitHub release URL of tag 0.12.0 | ||
repository-code: 'https://github.com/Kipper-Lang/Kipper/' | ||
url: 'https://kipper-lang.org' | ||
abstract: >- | ||
|
@@ -31,6 +39,6 @@ keywords: | |
- oop-programming | ||
- type-safety | ||
license: GPL-3.0-or-later | ||
license-url: 'https://github.com/Kipper-Lang/Kipper/blob/v0.12.0-alpha.1/LICENSE' | ||
version: 0.12.0-alpha.0 | ||
date-released: '2024-07-01' | ||
license-url: 'https://github.com/Kipper-Lang/Kipper/blob/v0.12.0/LICENSE' | ||
version: 0.12.0 | ||
date-released: '2024-09-25' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
#!/usr/bin/env bash | ||
./kipper/cli/bin/run |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.