Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
personoj
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
koizel
personoj
Commits
0222492f
Commit
0222492f
authored
5 years ago
by
gabrielhdt
Browse files
Options
Downloads
Patches
Plain Diff
some more in readme
parent
7eb671da
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+19
-1
19 additions, 1 deletion
README.md
with
19 additions
and
1 deletion
README.md
+
19
−
1
View file @
0222492f
...
...
@@ -3,12 +3,30 @@
Encodings of PVS and manual translations of PVS prelude and others.
Use with
`lambdapi`
.
The work consists essentially in translating fragments of the PVS standard
library, also known as _Prelude_. The prelude is available
-
as raw PVS,
<https://raw.githubusercontent.com/SRI-CSL/PVS/master/lib/prelude.pvs>
;
-
as a documentation in pdf,
<http://pvs.csl.sri.com/doc/pvs-prelude.pdf>
;
-
as html,
<http://www.cs.rug.nl/~grl/ar06/prelude.html>
.
## Requirements
-
[
`lambdapi`
](
https://github.com/gabrielhdt/lambdapi.git
)
on the
`local-let`
branch
## Structure
-
`prelude`
contains parts of the PVS prelude
-
`adlib`
contains additional libraries not in the prelude
-
`encodings`
contains encodings of PVS into Dedukti, most of the work is done
using
`cert_f`
encoding
-
`prelude`
contains parts of the PVS prelude
-
`sandbox`
contains miscellaneous experiments
-
`tools`
contains some additional scripts and utilities
Each directory contains a directory per encoding, so the logic file for the
prelude encoded with
`cert_f`
is under
`prelude/cert_f/logic.lp`
.
## Emacs abbreviations
The
`.dir-locals.el`
activates the
`abbrev-mode`
when opening a Dedukti file,
and calls a
`set-local-abbrevs`
function.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment