CCI-MOC / flocx-market

2 stars 9 forks source link

[WIP] matcher - first commit #10

Closed aliraza0337 closed 5 years ago

aliraza0337 commented 5 years ago

Hi, I created the matcher, it takes a list of expressions and ironic config in JSON format. It returns false if any of the expression doesn't hold true or it returns true if all the specs are found (as specified by the expressions). I also put some assertion instead of typecasting. not sure which one is better.

let me know what do you guys think about it? I am still working on it.

Best, Ali