Do not recognize "*" as "and". This leaves room for an
implementation of rational operators in a future version. * src/ltlparse/ltlscan.ll: Do not recognize "*". * wrap/python/cgi-bin/ltl2tgba.in: Undocument it. * NEWS: Mention this. * src/tgbatest/kv.test, src/tgbatest/ltl2tgba.test, src/tgbatest/reductgba.test: Replace "*" by "&".
This commit is contained in:
parent
55b693e123
commit
85532dc8f8
7 changed files with 30 additions and 15 deletions
|
|
@ -1,8 +1,8 @@
|
|||
#!@PYTHON@
|
||||
# -*- mode: python; coding: iso-8859-1 -*-
|
||||
# Copyright (C) 2009 Laboratoire de Recherche et Développement
|
||||
# Copyright (C) 2007, 2009, 2010 Laboratoire de Recherche et Développement
|
||||
# de l'Epita (LRDE).
|
||||
# Copyright (C) 2003, 2004, 2006, 2007 Laboratoire d'Informatique de
|
||||
# Copyright (C) 2003, 2004, 2006 Laboratoire d'Informatique de
|
||||
# Paris 6 (LIP6), département Systèmes Répartis Coopératifs (SRC),
|
||||
# Université Pierre et Marie Curie.
|
||||
#
|
||||
|
|
@ -294,8 +294,7 @@ an identifier: <code>aUb</code> is an atomic proposition, unlike
|
|||
<tr>
|
||||
<td align="right">not:</td><td><code>!</code></td>
|
||||
<td align="right">and:</td><td><code>&</code> <code>&&</code>
|
||||
<code>.</code> <code>*</code>
|
||||
<code>/\</code></td>
|
||||
<code>.</code> <code>/\</code></td>
|
||||
<td align="right">xor:</td><td><code>^</code> <code>xor</code></td>
|
||||
<td align="right">true:</td><td><code>1</code>
|
||||
<code>true</code></td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue