-
Notifications
You must be signed in to change notification settings - Fork 149
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
rv-jenkins
committed
Oct 23, 2024
0 parents
commit 2e72dfa
Showing
569 changed files
with
219,127 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
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 @@ | ||
kframework.org |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Large diffs are not rendered by default.
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,36 @@ | ||
@font-face { | ||
font-family: "iconfont"; | ||
src: url("iconfont.eot?c0b5530ce20296273ea16bd55a65ee2c?#iefix") format("embedded-opentype"), | ||
url("iconfont.woff2?c0b5530ce20296273ea16bd55a65ee2c") format("woff2"), | ||
url("iconfont.woff?c0b5530ce20296273ea16bd55a65ee2c") format("woff"); | ||
} | ||
|
||
.icon { | ||
line-height: 1; | ||
} | ||
|
||
.icon:before { | ||
font-family: iconfont !important; | ||
font-style: normal; | ||
font-weight: normal !important; | ||
vertical-align: top; | ||
} | ||
|
||
.icon-close-fullscreen:before { | ||
content: "\f101"; | ||
} | ||
.icon-open-fullscreen:before { | ||
content: "\f102"; | ||
} | ||
.icon-output:before { | ||
content: "\f103"; | ||
} | ||
.icon-coverage:before { | ||
content: "\f104"; | ||
} | ||
.icon-more:before { | ||
content: "\f105"; | ||
} | ||
.icon-copy:before { | ||
content: "\f106"; | ||
} |
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
409 changes: 409 additions & 0 deletions
409
events/k-a-rewriting-based-language-definitional-framework/index.html
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
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,71 @@ | ||
#!/usr/bin/env bash | ||
|
||
{ # Prevent execution if this script was only partially downloaded | ||
set -e | ||
|
||
GREEN='\033[0;32m' | ||
RED='\033[0;31m' | ||
NC='\033[0m' | ||
|
||
NIX_POST_INSTALL_MESSAGE="To ensure that the necessary environment variables are set, either log in again, or type | ||
. /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh | ||
in your shell." | ||
|
||
oops() { | ||
>&2 echo -e "${RED}error:${NC} $1" | ||
exit 1 | ||
} | ||
|
||
[[ "$(id -u)" -eq 0 ]] && oops "Please run this script as a regular user" | ||
|
||
# Check if nix is already installed and is at least version 2.4 | ||
if command -v nix > /dev/null; then | ||
NIX_VERSION=$(nix --version | sed -ne 's/[^0-9]*\(\([0-9]\.\)\)/\1/p') | ||
NIX_VERSION_MINOR=$(echo "$NIX_VERSION" | cut -d. -f2) | ||
if [ "$NIX_VERSION_MINOR" -gt "3" ]; then | ||
echo -e "Detected nix version $NIX_VERSION. Proceeding with K framework install." | ||
else | ||
oops "It appears that you have a version of nix on your system that's too old. The K framework installer requires nix >=2.4. Please update nix and try again." | ||
fi | ||
else | ||
read -p "It appears that you don't have nix installed. Since the K framework needs nix for distribution, this script will attempt to install nix first. Would you like to proceed? [y/N]" -n 1 -r | ||
echo | ||
if [[ $REPLY =~ ^[Yy]$ ]] | ||
then | ||
echo "Downloading nix and running the installer..." | ||
curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install --no-confirm \ | ||
--extra-conf "trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= k-framework.cachix.org-1:jeyMXB2h28gpNRjuVkehg+zLj62ma1RnyyopA/20yFE= k-framework-binary.cachix.org-1:pJedQ8iG19BW3v/DMMmiRVtwRBGO3fyMv2Ws0OpBADs=" \ | ||
--extra-conf "substituters = https://cache.nixos.org https://k-framework.cachix.org" | ||
if [ -e '/nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh' ]; then | ||
. '/nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh' | ||
else | ||
oops "Could not source nix." | ||
fi | ||
NIX_FRESH_INSTALL=true | ||
else | ||
oops "Cannot proceed with the installation without nix." | ||
fi | ||
fi | ||
|
||
PREV_KUP_INSTALL=$(nix profile list --experimental-features 'nix-command flakes' | awk '/packages\..*\.kup/ {print $1}') | ||
if ! [[ -z "$PREV_KUP_INSTALL" ]]; then | ||
echo "Removing previous K framework installer versions ..." | ||
GC_DONT_GC=1 nix profile remove $PREV_KUP_INSTALL \ | ||
--experimental-features 'nix-command flakes' | ||
fi | ||
|
||
echo "Installing the K framework installer utility (kup) ..." | ||
|
||
GC_DONT_GC=1 nix profile install github:runtimeverification/kup#kup \ | ||
--option extra-substituters 'https://k-framework.cachix.org' \ | ||
--option extra-trusted-public-keys 'k-framework.cachix.org-1:jeyMXB2h28gpNRjuVkehg+zLj62ma1RnyyopA/20yFE=' \ | ||
--experimental-features 'nix-command flakes' | ||
|
||
echo -e "${GREEN}All set!${NC}" | ||
if [ -n "$NIX_FRESH_INSTALL" ]; then | ||
echo -e "$NIX_POST_INSTALL_MESSAGE" | ||
fi | ||
|
||
} |
Oops, something went wrong.