Giter Club home page Giter Club logo

Comments (4)

Gbury avatar Gbury commented on May 14, 2024

Yes it'd be very interesting !
I'm not sur about what exactly you're proposing when mentioning linking with the why library, but like other languages, supporting why3 in dolmen would mean adding a (likely functorized) parser, and a structure that matches its interface (either by extending the current untyped terms, or by adding a new structure), and potentially typechecker etc... On that matter, I will very soon re-organize a bit the dolmen_std part to better namespace the various structures in it to more easily allow new classes of languages to be added (for instance why3, which likely need a few more constructions than untyped and first-order formulas).

from dolmen.

bobot avatar bobot commented on May 14, 2024

I mean linking with the Why3 OCaml library. Letting Why3 do the parsing and perhaps typing then puting it back in Dolmen functorized parser, or expression.

from dolmen.

Gbury avatar Gbury commented on May 14, 2024

The dependency on why3 would be a bit of a problem for a few reasons:
First, the parser part of dolmen currently has very few dependencies, and that's why it can be used in some projects without too many worries (i know for instance that @c-cube uses it (or plans to use it), and probably wouldn't if it depended on why3).
Second, it would quite wasteful to wrap why3's interface to fit into the functorized interface of dolmen. One of the reasons for the functorized interface is to try and be as efficient as possible while being adaptable into any codebase.

from dolmen.

bobot avatar bobot commented on May 14, 2024

Ok, smtlib v3 is perhaps simpler and more important

from dolmen.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.