ngs-lang / ngs

Next Generation Shell (NGS)
https://ngs-lang.org/
GNU General Public License v3.0
1.4k stars 43 forks source link

Implement Dir(Iter) and each(Dir) #601

Closed antonio-pedro99 closed 1 year ago

antonio-pedro99 commented 1 year ago

Solving issue #475

I did not find a good test cases as direcories might be subjective.

antonio-pedro99 commented 1 year ago

@ilyash this is for #601 issue.

antonio-pedro99 commented 1 year ago

I commited a mistake, I forgot to checkout to the correct branch.

ilyash-b commented 1 year ago

I commited a mistake, I forgot to checkout to the correct branch.

It's not clear whether you intend to clean this up

antonio-pedro99 commented 1 year ago

I have canceled the last commit due to the previous mistake.

I have pushed a clean commit without unrelated changes.

I am still working on the changes you asked to make.