Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Eliminate gotos when migrating #139

Open
wants to merge 29 commits into
base: trunk
Choose a base branch
from
Open

WIP: Eliminate gotos when migrating #139

wants to merge 29 commits into from

Conversation

corevo
Copy link
Member

@corevo corevo commented Apr 3, 2018

The plan is to not support the likes of goto in the IDE, rather introduce better alternatives like if and while, in order to do that we adding conversion of the old flow to the new one.


Convert unstructured control flow (e.g. goto gotoIf) to structured one.
Before merging will require the IDE to support

  • if
  • while
  • do
  • break

@corevo corevo mentioned this pull request May 9, 2018
6 tasks
@corevo corevo mentioned this pull request Aug 20, 2018
@mr-twistyneck
Copy link

Need any examples of Legacy scripts with Goto's in them? Happy to help!

@corevo
Copy link
Member Author

corevo commented Nov 25, 2018

@mr-twistyneck that would be lovely

@CLAassistant
Copy link

CLAassistant commented Nov 23, 2019

CLA assistant check
All committers have signed the CLA.

@diemol diemol changed the base branch from master to trunk August 28, 2020 14:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants