Revision fa6155014bab87106b90c97443ff0bb6a6bcf2ec authored by Pierre-Yves Strub on 05 May 2016, 19:31:40 UTC, committed by Pierre-Yves Strub on 05 May 2016, 19:31:40 UTC
Filters now have the following syntax: `[-?tag ... -?tag]`

Negative tags are of the form `-tag`. Other ones are named positive.

An axiom is selected by a filter if:

  - none of its tags are rejected by a negative filters
  - one of its tags is accepted by a positive filter or no positive filters exists
1 parent 6c9dfe5
Raw File
_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
# true : menhir_trace
# true : bisect

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

# --------------------------------------------------------------------
<src/*.{ml,mli}>      : package(batteries, menhirLib, why3, zarith, pcre)
<src/*/*.{ml,mli}>    : package(batteries, menhirLib, why3, zarith, pcre)
<src/*.{native,byte}> : package(batteries, menhirLib, why3, zarith, pcre)
back to top