Skip to content

Add cases for C_FOLD to the interpreter

E. Rivas requested to merge er433/fix/testing-framework-c_fold into dev

Iteration in JsLIGO is compiled using C_FOLD, which was not handled in the interpreter. These two lines changes add support for C_FOLD using C_LIST_FOLD and C_SET_FOLD.

  • has a changelog entry
Edited by E. Rivas

Merge request reports