packages feed

graph-rewriting-trs-0.1.10: graph-rewriting-trs.cabal

Name:           graph-rewriting-trs
Version:        0.1.10
Copyright:      (c) 2011, Jan Rochel
License:        BSD3
License-File:   LICENSE
Author:         Jan Rochel
Maintainer:     jan@rochel.info
Homepage:       http://rochel.info/#graph-rewriting
Build-Type:     Simple
Synopsis:       Interactive evaluation of first-order applicative term rewrite systems
Description:    Given a set of term rewriting rules and an initial term with this tool you can interactively evaluate the corresponding term graph. The employed rule set has to be defined in one or more files. In the examples-directory a few rewriting systems are already supplied. To see how it works invoke the with the SKI-combinator rules and an initial term as arguments: @trs examples/ski.trs "SK(S(KIS)K)I"@. On how to interact with the application see the @GraphRewriting.GL.UI@ module of the graph-rewriting-gl package.
Category:       Compilers/Interpreters, Application
Cabal-Version:  >= 1.10
Data-Files:     examples/*.trs
Extra-Source-Files: AUTHORS

Executable trs
  Default-Language: Haskell2010
  Main-Is:        Main.hs
  Build-Depends:
    base >= 4.9 && < 5,
    base-unicode-symbols >= 0.2 && < 0.3,
    graph-rewriting >= 0.7.8 && < 0.9,
    graph-rewriting-layout >= 0.5.4 && < 0.6,
    graph-rewriting-gl >= 0.7.6 && < 0.8,
    uu-parsinglib >= 2.7 && < 3,
    containers >= 0.4 && < 0.8,
    GLUT >= 2.2 && < 3,
    OpenGL >= 3.0 && < 4,
    filepath >= 1.1 && < 2,
    directory >= 1.0 && < 3
  Default-Extensions: UnicodeSyntax
  Other-Extensions:
    FlexibleInstances
    FlexibleContexts
    MultiParamTypeClasses
    Rank2Types
    ScopedTypeVariables
  GHC-Options:    -fno-warn-duplicate-exports -fwarn-unused-binds -fwarn-unused-imports -fwarn-unused-do-bind -fwarn-wrong-do-bind -fwarn-unrecognised-pragmas -fno-warn-tabs
  Other-Modules:  GL Graph Rules Term TermRewriting