Nomyx-Rules: Language to express rules for Nomic

[ bsd3, deprecated, language, library ] [ Propose Tags ]
Deprecated in favor of Nomyx-Language

Provide a DSL to express rules for the Nomic game, with evaluation engine


[Skip to Readme]

Modules

[Last Documentation]

  • Examples
  • Language
    • Nomyx
      • Language.Nomyx.Evaluation
      • Language.Nomyx.Expression
      • Language.Nomyx.Rule
  • Paths_Nomyx_Rules
  • Test

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.1, 0.0.2, 0.0.3, 0.1.0
Dependencies base (==4), containers, ghc, hint-server, hslogger, mtl, old-locale, safe, stm, time, time-recurrence [details]
License BSD-3-Clause
Copyright 2012 Corentin Dupont
Author Corentin Dupont
Maintainer Corentin Dupont
Category Game Engine
Uploaded by CorentinDupont at 2012-12-13T23:19:55Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 3624 total (13 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2016-12-23 [all 7 reports]

Readme for Nomyx-Rules-0.0.1

[back to package description]
== Introduction ==

This library is defining the language to express rules in Nomic.

=== Installation ===

This libary is used by the package Nomyx, it should be installed through it.

=== Documentation ===

The library cames with haddock documentation you can build
(see above). Check examples/Examples.hs to see a list of example rules. 
Simply copy-paste those rules (the function name or the code) in the field "code"
on Nomyx web gui and see what happens!

=== Contact  ===

Bug-reports, questions, suggestions and patches are all welcome.

To get a copy of the git repository:
git clone git://github.com/cdupont/Nomic.git