Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszcz authored Dec 13, 2024
1 parent 33737f0 commit 92ca833
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Juvix Lean formalization library
# Juvix library for Lean 4

The Juvix Lean library provides primitives for verifying the correctness of Juvix compiler runs, i.e., proving that the semantics of a particular Juvix program is preserved by the compilation process.

The major components of the library include:
- formalization of Juvix compiler internal representations and their semantics,
- proof-producing metaprograms for verifying that individual Juvix compiler transformations preserve the semantics.
The library includes:
- formalization of Juvix compiler internal representations (IRs) and their semantics,
- proof-producing metaprograms for verifying that Juvix compiler transformations preserve the semantics of concrete IR programs.

0 comments on commit 92ca833

Please sign in to comment.