Xeverous / filter_spirit

Advanced item filter generator for Path of Exile that uses it's own DSL and online item price APIs
GNU General Public License v3.0
36 stars 7 forks source link

"Continue" statement support #32

Closed Xeverous closed 4 years ago

Xeverous commented 4 years ago

https://www.pathofexile.com/forum/view-thread/2771031

GGG just dropped a news post with a huge change for filters: Continue which lets to continue execution of the filter after the item has been matched. Open to suggestions how this should be integrated/implemented. Perhaps the syntax can be redesigned.

Xeverous commented 4 years ago

Implemented in acb20f4a1fde2ad04a9d8724f83318d23611c188.

Xeverous commented 4 years ago

Implementation note: real filter parser did not receive respective change, but it's not needed now for anything.