Nomyx-Language: 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 a Nomic game, with evaluation engine. See package Nomyx for a full game implementation.


[Skip to Readme]

Modules

[Index]

  • Language
    • Language.Nomyx
      • Language.Nomyx.Engine
        • Language.Nomyx.Engine.Evaluation
        • Language.Nomyx.Engine.Game
        • Language.Nomyx.Engine.GameEvents
        • Language.Nomyx.Engine.Test
        • Language.Nomyx.Engine.Utils
      • Language.Nomyx.Events
      • Language.Nomyx.Examples
      • Language.Nomyx.Expression
      • Language.Nomyx.Inputs
      • Language.Nomyx.Outputs
      • Language.Nomyx.Players
      • Language.Nomyx.Rules
      • Language.Nomyx.Variables
      • Language.Nomyx.Vote
  • Paths_Nomyx_Language

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.2.0, 0.2.1, 0.2.2, 0.2.3, 0.3.0, 0.3.1, 0.3.2, 0.4.0, 0.4.1, 0.5.0, 0.6.0, 0.6.1, 0.6.2, 0.7.0, 0.7.1, 0.7.2, 0.7.3, 0.7.4, 0.7.5, 0.7.6
Dependencies base (>=4.6 && <4.7), Boolean (>=0.2 && <0.3), containers (>=0.5 && <0.6), data-lens (>=2.10 && <2.11), data-lens-fd (>=2.0 && <2.1), data-lens-template (>=2.1 && <2.2), DebugTraceHelpers (>=0.12 && <0.13), ghc (>=7.6 && <7.7), mtl (>=2.1 && <2.2), old-locale (>=1.0 && <1.1), safe (>=0.3 && <0.4), time (>=1.4 && <1.5), time-recurrence (>=0.9 && <0.10), transformers (>=0.3 && <0.4) [details]
License BSD-3-Clause
Copyright 2012 Corentin Dupont
Author Corentin Dupont
Maintainer Corentin Dupont
Category Language
Home page http://www.nomyx.net
Uploaded by CorentinDupont at 2013-11-01T22:54:10Z
Distributions
Reverse Dependencies 3 direct, 0 indirect [details]
Downloads 16306 total (48 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for Nomyx-Language-0.4.0

[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