Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
why3
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
121
Issues
121
List
Boards
Labels
Service Desk
Milestones
Merge Requests
17
Merge Requests
17
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Why3
why3
Commits
ff7b2bdd
Commit
ff7b2bdd
authored
Jun 12, 2011
by
Andrei Paskevich
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rename parser.pre.mly back to parser.pre
You must run ./config.status after this commit
parent
af50751e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
9 deletions
+1
-9
.gitignore
.gitignore
+1
-3
Makefile.in
Makefile.in
+0
-6
src/parser/parser.mly
src/parser/parser.mly
+0
-0
No files found.
.gitignore
View file @
ff7b2bdd
...
...
@@ -121,9 +121,7 @@ why.conf
/src/parser/lexer.ml
/src/parser/parser.ml
/src/parser/parser.mli
/src/parser/parser.pre.ml
/src/parser/parser.pre.mli
/src/parser/parser.pre.output
/src/parser/parser.output
# /src/tptp2why/
/src/tptp2why/tptpLexer.ml
...
...
Makefile.in
View file @
ff7b2bdd
...
...
@@ -160,12 +160,6 @@ LIBCMX = $(addsuffix .cmx, $(LIBMODULES))
$(LIBCMO) $(LIBCMX)
:
INCLUDES += $(LIBINCLUDES)
$(LIBCMX)
:
OFLAGS += -for-pack Why
src/parser/parser.ml
:
src/parser/parser.pre.ml
cp
$^
$@
src/parser/parser.mli
:
src/parser/parser.pre.mli
cp
$^
$@
# build targets
byte
:
src/why.cma
...
...
src/parser/parser.
pre.
mly
→
src/parser/parser.mly
View file @
ff7b2bdd
File moved
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