https://github.com/EasyCrypt/easycrypt
Revision ea70757304083b2ff7d9af64d3499bc7c0256716 authored by Benjamin Gregoire on 23 June 2014, 14:27:55 UTC, committed by Benjamin Gregoire on 23 June 2014, 14:28:50 UTC
1 parent 2aaca80
Raw File
Tip revision: ea70757304083b2ff7d9af64d3499bc7c0256716 authored by Benjamin Gregoire on 23 June 2014, 14:27:55 UTC
Fixing part of the bug 17029.
Tip revision: ea70757
_tags
# --------------------------------------------------------------------
true : use_menhir, menhir_explain, menhir_table
true : debug
true : warn_Z, warn_Y, warn_+28, warn_-23, warn_+33
true : -traverse
true : bin_annot

# --------------------------------------------------------------------
<src>            : include
<src/why3>       : include
<src/phl>        : include
<src/extraction> : include
<src/system>     : include

# --------------------------------------------------------------------
<src/*.{ml,mli}>   : package(menhirLib), package(why3)
<src/*/*.{ml,mli}> : package(menhirLib), package(why3)

<src/*.{native,byte}> : package(menhirLib), package(why3)
back to top