ckrause / loda

LODA is an assembly language, a computational model and a tool for mining integer sequence programs.
Apache License 2.0
20 stars 5 forks source link

configuration flag for enabling/disabling calls in generator v1 #68

Closed ckrause closed 3 years ago

ckrause commented 3 years ago

In configurations of the generator v1 in loda.json, there is now a new configuration flag "calls" (default is true). This can be used to control whether this generator injects additional cal operations into the programs. Note that existing cal operations in the templates are not removed.

neoneye commented 3 years ago

Code looks ok to me.