vgvassilev / clad

clad -- automatic differentiation for C/C++
GNU Lesser General Public License v3.0
280 stars 123 forks source link

Add support for assignments in while-loops #940

Closed ovdiiuv closed 3 months ago

ovdiiuv commented 3 months ago

This PR adds support for assignments in while-loops. It also enables to combine multiple assignments in the while condition by adding supprot for some logoical operators.

Fixes: #913

vgvassilev commented 3 months ago

Why this was closed in favor of #941 ?

ovdiiuv commented 3 months ago

Why this was closed in favor of #941 ?

it shouldn’t have been, I accidentally added #941.