README.md

# Predicator

_Currently has working Evaluator for Predicator instructions_

[predicator_elixir](https://hexdocs.pm/predicator/0.1.2) is a predicate evaluator for compiled rules from the [predicator](https://github.com/predicator/predicator) ruby gem

### Installation

The package can be installed by:

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

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

### Using