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
22387f4e
Commit
22387f4e
authored
Jul 20, 2015
by
POTTIER Francois
Browse files
TODO notes.
parent
40b38929
Changes
1
Hide whitespace changes
Inline
Side-by-side
TODO
View file @
22387f4e
...
...
@@ -2,6 +2,10 @@
pour pouvoir afficher les tokens sous forme plus lisible
et auto-générer une fonction (ou une table) print_terminal
* autoriser %token FOO (unused)
(syntaxe concrète à déterminer)
équivalent à --unused-token FOO sur la ligne de commande.
* BUG: --infer does not work when a non-terminal begins
with a lowercase letter (Maxime Dénès).
...
...
@@ -74,7 +78,9 @@
Possibilité de coloriser ce qu'on a lu en indiquant ce qu'on a compris
(sortie HTML).
* Test and document --lalr (maybe).
* Test and document --lalr (maybe). Explain that it is (probably)
incompatible in principle with --explain. Modify the code to fail
gracefully when the problem arises.
* Tenter une minimisation a posteriori de l'automate. Sur la grammaire
OCaml on devrait retrouver l'automate LALR, non?
...
...
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