; Copyright (c) Facebook, Inc. and its affiliates.
;
; This source code is licensed under the MIT license found in the
; LICENSE file in the root directory of this source tree.

(library
 (name Textuallib)
 (public_name infer.Textuallib)
 (flags
  (:standard -open IStdlib -open IBase -open IR))
 (libraries core zarith IStdlib IBase IR menhirLib sedlex sedlex.ppx)
 (preprocess
  (pps
   ppx_compare
   ppx_hash
   ppx_show
   ppx_sexp_conv
   ppx_yojson_conv
   sedlex.ppx)))

(menhir
 (modules TextualMenhir)
 (flags --explain --unused-tokens))
