Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
Formal Languages in Coq
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software
Formal Languages in Coq
Commits
fee88ed2
Commit
fee88ed2
authored
1 year ago
by
Max Ole Elliger
Browse files
Options
Downloads
Plain Diff
Merge remote-tracking branch 'origin/main'
parents
1b57213e
d62e6533
No related branches found
Branches containing commit
Tags
comolang-v1.0.2
Tags containing commit
No related merge requests found
Pipeline
#20058
passed
1 year ago
Stage: build
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+2
-2
2 additions, 2 deletions
README.md
with
2 additions
and
2 deletions
README.md
+
2
−
2
View file @
fee88ed2
...
...
@@ -12,14 +12,14 @@ Here is a list of files, which can be found in this project:
-
A declaration of what it means to be
[
context-free
](
src/CFG.v
)
-
A declaration of what it means to be
[
regular
](
src/RG.v
)
In addition, you can find some examples of formal languages in
[
`src/
instances`
](
src/instances
)
.
In addition, you can find some examples of formal languages in
[
`src/
`
](
src/
)
. By default, they are named
`L_*.v`
## Installation
To run the project's proofs, you need to have an installed version of Coq (currently tested on 8.16.1).
Just clone the project and go through the proofs step by step.
The project contains a
[
Makefile
](
Makefile
)
and a
[
_CoqProject
](
_CoqProject
)
. Make sure to run
`make`
before stepping through the proofs.
The project contains a
[
Makefile
](
Makefile
)
. Make sure to run
`make
all
`
before stepping through the proofs.
## Support
If you got some issues, feel free to create an issue.
...
...
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