Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
dae794aa
Commit
dae794aa
authored
Feb 02, 2004
by
Alexandre Duret-Lutz
Browse files
* wrap/python/cgi/ltl2tgba.in (default_translator): Default
to trans_fm. (translators): Show trans_fm before trans_lacim.
parent
26cf0145
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
dae794aa
2004-02-02 Alexandre Duret-Lutz <adl@gnu.org>
* wrap/python/cgi/ltl2tgba.in (default_translator): Default
to trans_fm.
(translators): Show trans_fm before trans_lacim.
* wrap/python/cgi/ltl2tgba.in (print_stats): New function. Call
it to display the size of the generalized and degeneralized
automata.
...
...
wrap/python/cgi/ltl2tgba.in
View file @
dae794aa
...
...
@@ -103,10 +103,10 @@ options = [
(
'show_lbtt'
,
'convert automaton for LBTT'
,
0
),
]
default_translator
=
'trans_
laci
m'
;
default_translator
=
'trans_
f
m'
;
translators
=
[
(
'trans_lacim'
,
'Convreur/LaCIM'
),
(
'trans_fm'
,
'Convreur/FM'
),
(
'trans_lacim'
,
'Convreur/LaCIM'
),
]
print
"""<FORM action="%s" method="post"><P>
...
...
Write
Preview
Supports
Markdown
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