RodrigoDornelles / 3bc-lang

Low-level language, tiny virtual machine, minimal runtime, intermediate representation, embeddable, easy for beginners. (Friendly Punched cards)
https://3bc-lang.org
GNU General Public License v3.0
232 stars 25 forks source link

For - While Loop refactored #367

Closed Yugal41735 closed 1 year ago

Yugal41735 commented 1 year ago

Description

For-while loop refactored as mentioned in issue

closes #344

Type of change

Yugal41735 commented 1 year ago

Done, the necessary changes. You could review it again.

Yugal41735 commented 1 year ago

Done, the necessary changes. You could review it again. @RodrigoDornelles

RodrigoDornelles commented 1 year ago

it's been so long since the indentation errors, you can try again, but if it doesn't work I'll close the pullrequest without the merge. @Yugal41735

Yugal41735 commented 1 year ago

I will try again and let you know.

On Wed, 19 Oct 2022, 03:53 RodrigoDornelles, @.***> wrote:

it's been so long since the indentation errors, you can try again, but if it doesn't work I'll close the pullrequest without the merge. @Yugal41735 https://github.com/Yugal41735

— Reply to this email directly, view it on GitHub https://github.com/RodrigoDornelles/3bc-lang/pull/367#issuecomment-1283076187, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARZOLN7Q7FNVBLLVHPAAYDLWD4PNLANCNFSM6AAAAAARHV2MUM . You are receiving this because you were mentioned.Message ID: @.***>

Yugal41735 commented 1 year ago

If this does not work, I could try again, and do you know of any online tool, for checking clang-format, bcz due to some internal errors, I am having difficulty in checking clang-format locally. @RodrigoDornelles could u try to run the tests again.