Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
POTTIER Francois
menhir
Commits
42e700e9
Commit
42e700e9
authored
Apr 06, 2017
by
POTTIER Francois
Browse files
TODO.
parent
10793049
Changes
2
Hide whitespace changes
Inline
Side-by-side
TODO
View file @
42e700e9
...
...
@@ -27,9 +27,6 @@
- Change of LICENSE. Clarify the status of test/.
- Send CompCert pull request.
* The table back-end should not use Invariant at all?
And we should be able to save time by not running Invariant.
* Move more of ErrorReports from CompCert to MenhirLib.
In [show], might want to apply [shorten] to the output of [f].
...
...
TODO-NOT!
View file @
42e700e9
...
...
@@ -73,3 +73,11 @@ for now.
an associativity status (%left, %right, %nonassoc) one should be allowed
to declare %neutral and obtain an unspecified associativity status
(causing an error if this status is ever consulted).
* Since the table back-end does not use the module Invariant,
it should be possible to save time, in --table mode,
by not running the analysis in Invariant.
That would require making Invariant a functor,
and calling it inside CodeBackend, CoqBackend, and Interpret (complicated).
Or perhaps just running the computation on demand (using lazy)
but that makes timing more difficult.
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment