Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszcz committed Dec 12, 2024
1 parent 7f0ea7f commit 710b4fe
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 deletions.
3 changes: 3 additions & 0 deletions Juvix.lean
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
-- This module serves as the root of the `Juvix` library.
-- Import modules here that should be built as part of the library.
import Juvix.Basic
File renamed without changes.
3 changes: 0 additions & 3 deletions JuvixLean.lean

This file was deleted.

8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
# juvix-lean
# Juvix Lean formalization library

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.
4 changes: 2 additions & 2 deletions lakefile.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "juvix-lean"
version = "0.1.0"
keywords = ["math"]
defaultTargets = ["JuvixLean"]
defaultTargets = ["Juvix"]

[leanOptions]
pp.unicode.fun = true # pretty-prints `fun a ↦ b`
Expand All @@ -12,4 +12,4 @@ name = "mathlib"
scope = "leanprover-community"

[[lean_lib]]
name = "JuvixLean"
name = "Juvix"

0 comments on commit 710b4fe

Please sign in to comment.