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
.gitignore
*~
_build
*.native
*.byte
*.exe
*.pyc
*.pyo
.vagrant
/local
/why3
/_tools
/proofgeneral/_local
setup.data
setup.log
/attic
/attic.ec*
/theories/attic

/system/*.o
/system/callprover
/system/callprover.exe

*.aux
*.bbl
*.blg
*.brf
*.fdb_latexmk
*.fls
*.idx
*.ilg
*.ind
*.log
*.out
*.toc
*.synctex.gz
*.kilepr

/doc/refman/easycrypt.pdf
/doc/userman/easycrypt.pdf

/extraction/Makefile
/extraction/setup.*
/extraction/configure
/extraction/_build/

/sandbox
/attic

/*.ec
back to top