Immediate Rules
We add support for rules that need to be applied before any others even if the time is the same. We apply the immediate rule then go to the fixed point operator to check for more applicable rules before resuming normal reasoning.
What's Changed
* Update immediate-rules branch by dyumanaditya in https://github.com/lab-v2/pyreason/pull/12
* Immediate rules by dyumanaditya in https://github.com/lab-v2/pyreason/pull/13
* Fixed bug from v1.5.0
* Fixed bug from reasoning again in v1.5.1
**Full Changelog**: https://github.com/lab-v2/pyreason/compare/v1.4.2...1.5.0