Skip to content

theo25/llvm-backend

 
 

Repository files navigation

LLVM Backend for KORE

This project implements a fast concrete rewriting engine for KORE, the internal representation of the K Framework, along with a set of related tools and utilities. Direct usage of this repository is intended for advanced K users and core developers; most use cases are supported by the user-facing K tools.

Internal documentation for core developers and advanced K users can be found in the docs/ directory.

For developer setup instructions, refer to INSTALL.md.

Git Workflow

PRs to this repository should target the develop branch, rather than master. When a PR is merged to develop, a version update and release happens automatically in CI.

About

KORE to llvm translation

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 74.7%
  • Scala 11.9%
  • Python 5.3%
  • Shell 2.6%
  • CMake 1.9%
  • C 1.8%
  • Other 1.8%