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
int value(int * restrict i) { | |
return *i * 3; | |
} |
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
#define restrict | |
#include<stdio.h> | |
int _foo = 100; | |
inline int value(int * restrict i) { | |
return *i * 4; | |
} | |
main() { |
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
type foo = Foo of int | Baz of baz | |
and baz = {foo: foo; bar: string} |
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
[] | |
module BASIC-K | |
sort K{} [] | |
sort KItem{} [] | |
endmodule [] | |
module KSEQ | |
import BASIC-K [] |
This file has been truncated, but you can view the full 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
[] | |
module BASIC-K | |
sort SortK{} [] | |
sort SortKItem{} [] | |
endmodule [] | |
module KSEQ | |
import BASIC-K [] |
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
specializations: | |
- - Nil{} | |
- action: 1 | |
variables: | |
- - 0 | |
- 0 | |
- - Cons{} | |
- specializations: [] | |
default: | |
swap: |
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 code may be licensed under either the BSD 3-Clause License, or the Boost Open Source License 1.0. | |
BSD 3-Clause License | |
Copyright (c) 2019, Runtime Verification, Inc. | |
All rights reserved. | |
Redistribution and use in source and binary forms, with or without | |
modification, are permitted provided that the following conditions are met: |
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
from z3 import * | |
npcs = [] | |
biomes = [] | |
class npc(object): | |
def __init__(self, name): | |
self.name = name | |
self.sells = True | |
self._loves = [] | |
self._likes = [] |
This file has been truncated, but you can view the full 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
#fetchCoverageData ( 8277554891507775505279220911850293719734826420268574462026436790795686283050 ) <firefly> | |
<kevm-coverage> | |
<programID> | |
. | |
</programID> | |
<previousPC> | |
0 | |
</previousPC> | |
<coverage> | |
<coveragePC> |
This file has been truncated, but you can view the full 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
#fetchCoverageData ( 8277554891507775505279220911850293719734826420268574462026436790795686283050 ) <firefly> | |
<kevm-coverage> | |
<programID> | |
. | |
</programID> | |
<previousPC> | |
0 | |
</previousPC> | |
<coverage> | |
<coveragePC> |
OlderNewer