package expr

  1. Overview
  2. Docs
Simple library to parse expressions

Install

dune-project
 Dependency

Authors

Maintainers

Sources

0.7.0.zip
sha256=abdb07b73180a753727de62bbdd97a13a30683bb20c290cdc3c221ed20c72261
md5=7a6fb8840da2cdad9f62bfd732de5e45

doc/CHANGES.html

0.7.0

  • Better documentation of the eval.mli interface.
  • Previously only float values could be bound to names in an environemnt. Now a name can bind any of float, boolean, or string values. This is a breaking change.

0.6.0

  • 00311cd Now strings can be parsed and compared as well
  • 2ab92b9 The lib/ part was not properly declared as public
  • e623aa4 Fix expr != [expr, expr] evaluation. Evaluation of this boolean expression was wrong.
  • a6f23a9 Explain how to use with Cmdliner

0.5.1

  • Initial Opam release