nikodemus / esrap

OLD REPOSITORY: Please go to:
https://github.com/scymtym/esrap
81 stars 25 forks source link

Allow modifying expression of existing rules #7

Closed 3b closed 13 years ago

3b commented 13 years ago

Updating rules by calling add-rule would work, but would require calling code to know about internals of rules and would be inconvenient when using defrule. It might also require calling code to be updated when rule changes (for example the recent addition of guards).

nikodemus commented 13 years ago

Current master incorporates this functionality, although I ended up implementing it a bit differently.