https://github.com/EasyCrypt/easycrypt
Revision 40992457974e902c08ab616cb16324dbbc7fb090 authored by Francois Dupressoir on 11 June 2014, 10:09:48 UTC, committed by Francois Dupressoir on 11 June 2014, 10:09:48 UTC
Credit (and blame) should go to Benjamin.
1 parent b4acc44
Raw File
Tip revision: 40992457974e902c08ab616cb16324dbbc7fb090 authored by Francois Dupressoir on 11 June 2014, 10:09:48 UTC
Normalizing procedure names in FEL.
Tip revision: 4099245
_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/*.{ml,mli}>   : package(menhirLib), package(why3)
<src/*/*.{ml,mli}> : package(menhirLib), package(why3)

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