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
Spot
Spot
Commits
2b1efe17
Commit
2b1efe17
authored
May 25, 2004
by
Alexandre Duret-Lutz
Browse files
* wrap/python/cgi/ltl2tgba.in: Typos.
parent
1245d19d
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
2b1efe17
2004-05-25 Alexandre Duret-Lutz <adl@src.lip6.fr>
* wrap/python/cgi/ltl2tgba.in: Typos.
2004-05-24 Alexandre Duret-Lutz <adl@src.lip6.fr>
* src/sanity/style.test: Catch `;'-not-followed-by-space.
...
...
wrap/python/cgi/ltl2tgba.in
View file @
2b1efe17
...
...
@@ -170,7 +170,7 @@ def render_automaton(basename, automata, dont_run_dot):
if
dont_run_dot
:
print
(
'<p>'
+
dont_run_dot
+
''' to be rendered on-line. However
you may download the <a href="'''
+
cgi
.
escape
(
basename
)
+
'.txt">source in dot format</a>
en
render it yourself.'
)
+
'.txt">source in dot format</a>
and
render it yourself.'
)
else
:
render_dot
(
basename
)
...
...
@@ -205,7 +205,7 @@ options_common = [
]
options_debug
=
[
(
'show_parse'
,
'show traces during parsing'
,
0
),
(
'show_dictionnay'
,
'print BDD dictionary'
,
0
),
(
'show_dictionna
r
y'
,
'print BDD dictionary'
,
0
),
]
options_trans_fm
=
[
(
'opt_exprop'
,
'optimize determinism'
,
1
),
...
...
@@ -243,9 +243,9 @@ propositions, and parentheses for grouping.<BR>Identifiers cannot
start with the letter of a prefix operator (<code>F</code>,
<code>G</code>, or <code>X</code>): for instance <code>GFa</code>
means <code>G(F(a))</code>. Use <code>"GFa"</code> if you really want
to refer to <code>GFa</code> as a proposition.<br>Conversly, infix
to refer to <code>GFa</code> as a proposition.<br>Convers
e
ly, infix
letter operators are not assumed to be operators if they are part of
an i
n
dentifier: <code>aUb</code> is an atomic proposition, unlike
an identifier: <code>aUb</code> is an atomic proposition, unlike
<code>a U b</code> and <code>(a)U(b)</code></p>
<table border="1"><tr><td>
...
...
@@ -452,7 +452,7 @@ if show_never_claim:
print
'</PRE>'
sys
.
stdout
.
flush
()
if
show_dictionnay
:
if
show_dictionna
r
y
:
print
'<H3>BDD dictionary</H3>'
print
'<pre>'
sys
.
stdout
.
flush
()
...
...
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