GithubHelp home page GithubHelp logo

katrielalex / confluin Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 40 KB

confluin does confluence checks for Tamarin input files

License: GNU General Public License v3.0

Python 98.52% ANTLR 1.48%
confluence term-rewriting tamarin-prover maude muterm

confluin's Introduction

confluin

Build Status

A confluence checker for Tamarin equational theories

Usage

confluin foo.spthy

and see what it says!

Installation

To install use pip:

$ pip install git+https://github.com/katrielalex/confluin

Or clone the repo:

$ git clone https://github.com/katrielalex/confluin.git
$ python setup.py install

Requirements

You'll need the following. No, there's no good way to install them. Yes, it's horrible.

Authors

confluin was written by Katriel Cohn-Gordon.

confluin's People

Contributors

katrielalex avatar pyup-bot avatar

Watchers

 avatar  avatar

confluin's Issues

Initial Update

The bot created this issue to inform you that pyup.io has been set up on this repo.
Once you have closed it, the bot will open pull requests for updates as soon as they are available.

confluin uses its own spthy parser instead of Tamarin's

Confluin parses spthy files and uses them to create Maude inputs. However, it is silly and also bad to reimplement this, since Tamarin already has the canonical way of doing it.

You can intercept the Tamarin maude inputs by passing --with-maude=maude_wrapper, where maude_wrapper is the simple script

#!/usr/bin/env bash
exec tee /tmp/input.maude | maude $@ | tee /tmp/output.maude

Confluin should do this, extract the theory (from the line starting with fmod to the line starting with endfm inclusive) from input.maude, and use that as the input to Maude instead.

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.