README.md

# Predicator

_Currently has working Evaluator for Predicator instructions_


predicator_elixir is a predicate evaluator for compiled rules from [(predicator)](https://github.com/johnnyt/predicator)


### Installation

The package can be installed by:

1. Adding to your list of dependencies in `mix.exs`:

  ```elixir
  def deps do
    [{:predicator, "~> 0.1.0"}]
  end
  ```

### Using

_examples to come_