https://github.com/EasyCrypt/easycrypt
Revision de5cd4a7f14717348aeb62a082d2692cebd074ff authored by Pierre-Yves Strub on 13 July 2018, 10:56:47 UTC, committed by Pierre-Yves Strub on 13 July 2018, 10:57:06 UTC
    Syntax is : codepos1 [.?] codepos1 [.?] ... [.?] codepos1

    where codepos1 is of the form basepos [+-] offset and basepos
    is either an absolute position or of the form ^kw{n} where
    kw is amon if, while, <-, <@, <$ and {n} (which is optional)
    is a signed integer.
1 parent 71f975a
Raw File
Tip revision: de5cd4a7f14717348aeb62a082d2692cebd074ff authored by Pierre-Yves Strub on 13 July 2018, 10:56:47 UTC
Extend syntax for code position.
Tip revision: de5cd4a
.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

/src/ecVersion.ml

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

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

/sandbox
/attic

/*.ec

/*.smt
/*.why
back to top