Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
C
cpdt
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
research
cpdt
Commits
e4a682bd
Commit
e4a682bd
authored
Sep 03, 2008
by
Adam Chlipala
Browse files
Options
Browse Files
Download
Plain Diff
Merge; make prose nicer
parents
43ca60f6
f5323888
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
399 additions
and
13 deletions
+399
-13
.hgignore
.hgignore
+4
-4
Makefile
Makefile
+4
-1
Intro.v
src/Intro.v
+33
-3
StackMachine.v
src/StackMachine.v
+358
-5
No files found.
.hgignore
View file @
e4a682bd
...
...
@@ -4,12 +4,12 @@ syntax: glob
*.depend
*.vo
*/
Makefile.coq
*/
.coq_globals
Makefile.coq
.coq_globals
*/coqdoc.sty
*/cpdt.*
*/*.log
book/
html/coqdoc.css
book/
html/*.html
html/coqdoc.css
html/*.html
Makefile
View file @
e4a682bd
...
...
@@ -21,7 +21,7 @@ clean:: Makefile.coq
rm
-f
Makefile.coq .depend
$(GLOBALS)
\
latex/
*
.sty latex/cpdt.
*
doc
:
latex/cpdt.dvi html
doc
:
latex/cpdt.dvi
latex/cpdt.pdf
html
latex/cpdt.tex
:
$(VS)
cd
src
;
coqdoc
--latex
$(VS_DOC)
\
...
...
@@ -31,6 +31,9 @@ latex/cpdt.tex: $(VS)
latex/cpdt.dvi
:
latex/cpdt.tex
cd
latex
;
latex cpdt
;
latex cpdt
latex/cpdt.pdf
:
latex/cpdt.dvi
cd
latex
;
pdflatex cpdt
html
:
$(VS)
cd
src
;
coqdoc
$(VS_DOC)
-toc
\
--glob-from
../
$(GLOBALS)
\
...
...
src/Intro.v
View file @
e4a682bd
This diff is collapsed.
Click to expand it.
src/StackMachine.v
View file @
e4a682bd
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment