loda-lang / loda-cpp

Runtime and miner for the LODA language written in C++
https://loda-lang.org/
Apache License 2.0
21 stars 1 forks source link

Refactoring: extract simple loops #271

Closed ckrause closed 1 year ago

ckrause commented 1 year ago

The IncrementalEvaluator and the LogarithmicEvaluator include static code analysis that checks and extracts simple loops. This should be refactored into a single util function. Also rename the LogarithmicEvaluator class to Analyzer. We want to put the exponential checker there too.