Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 910 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 910 Bytes

libinterpret_boolean

This library provides an interpreter from a boolean abstract syntax tree to a boolean cover

  • Dependencies:
    • parse_boolean
      • parse
        • common
    • boolean
      • common

License

Licensed by Cornell University under GNU GPL v3.

Written by Ned Bingham. Copyright © 2020 Cornell University.

Haystack is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

Haystack is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

A copy of the GNU General Public License may be found in COPYRIGHT. Otherwise, see https://www.gnu.org/licenses/.