pyk
Contents:
pyk
pyk package
Subpackages
pyk.cterm package
pyk.kast package
pyk.kbuild package
pyk.kcfg package
pyk.kdist package
pyk.kllvm package
pyk.konvert package
pyk.kore package
pyk.kore_exec_covr package
pyk.krepl package
pyk.ktool package
pyk.prelude package
pyk.proof package
pyk.testing package
Submodules
pyk
pyk
pyk package
pyk.kllvm package
pyk.kllvm.compiler module
View page source
pyk.kllvm.compiler module
compile_kllvm
(
target_dir
:
str
|
Path
,
*
,
verbose
:
bool
=
False
)
→
Path
[source]
compile_runtime
(
definition_dir
:
str
|
Path
,
target_dir
:
str
|
Path
|
None
=
None
,
*
,
ccopts
:
Iterable
[
str
]
=
()
,
verbose
:
bool
=
False
)
→
Path
[source]
generate_hints
(
definition_dir
:
str
|
Path
,
input_kore_file
:
str
|
Path
,
target_dir
:
str
|
Path
|
None
=
None
,
hints_file_name
:
str
=
'hints.bin'
)
→
Path
[source]