MiSawa / xq

Pure rust implementation of jq
MIT License
333 stars 18 forks source link

Revert "Revert "Fix label with recursion"" #74

Closed MiSawa closed 2 years ago

MiSawa commented 2 years ago

Branch to fix regression... https://github.com/MiSawa/xq/pull/72#issuecomment-1051813035

MiSawa commented 2 years ago

Ah ok, it's because label slots doesn't prevent the tail-rec optimization.

itchyny commented 2 years ago

LGTM

MiSawa commented 2 years ago

Thanks!