https://github.com/EasyCrypt/easycrypt
Revision 6937ece4b2a9873a261fc0b654ff3311d9301606 authored by Pierre-Yves Strub on 09 December 2015, 19:29:50 UTC, committed by Pierre-Yves Strub on 09 December 2015, 19:30:13 UTC
This is in accordance with the parser definition.

As a consequence, when mixing [-]/[+] with (-)/(+), the pp now prints explicit
parentheses in all cases. Given the unusual precedences unary operators
have, we should stick to this until we fix them.
1 parent 92900c9
Raw File
Tip revision: 6937ece4b2a9873a261fc0b654ff3311d9301606 authored by Pierre-Yves Strub on 09 December 2015, 19:29:50 UTC
In pp: priority of uniry arith ops. have a priority equal to their binary counter-parts.
Tip revision: 6937ece
COPYRIGHT
EasyCrypt (excluding the EasyCrypt standard library):
  Copyright (c) - 2012-2015 - IMDEA Software Institute and INRIA
  Distributed under the terms of the CeCILL-C license

  http://www.cecill.info/licences/Licence_CeCILL-C_V1-en.txt


EasyCrypt standard library (theories/**/*.ec):
  Copyright (c) - 2012-2015 - IMDEA Software Institute and INRIA
  Distributed under the terms of the CeCILL-B licence.

  http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.txt
back to top