Popularity
1.9
Declining
Activity
0.0
Stable
0
2
2

Monthly Downloads: 5
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Language    

nomyx-language alternatives and similar packages

Based on the "Language" category.
Alternatively, view nomyx-language alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of nomyx-language or a related project?

Add another 'Language' Package

README

Introduction

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

Installation

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

cabal install Nomyx

However, to activate online documentation, install with:

cabal install --enable-documentation --haddock-hyperlink-source Nomyx-Language

To install from the git repository:

git clone git://github.com/cdupont/Nomyx-Language.git
cabal install --enable-documentation --haddock-hyperlink-source Nomyx-Language/

Documentation

The library comes 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.