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

Flow control to the macro system #67

Closed
lanurmi opened this issue Feb 5, 2008 · 6 comments
Closed

Flow control to the macro system #67

lanurmi opened this issue Feb 5, 2008 · 6 comments

Comments

@lanurmi
Copy link
Owner

lanurmi commented Feb 5, 2008

It sure would be nice to have If/Else/EndIf, While, etc… control in the macro language.

Reported by: *anonymous

Original Ticket: efte/feature-requests/26

@lanurmi
Copy link
Owner Author

lanurmi commented Feb 5, 2008

- assigned_to: nobody —> forthfreak

Original comment by: jcowgar

@lanurmi
Copy link
Owner Author

lanurmi commented Feb 5, 2008

- priority: 5 —> 8

Original comment by: jcowgar

@lanurmi
Copy link
Owner Author

lanurmi commented Feb 5, 2008

Logged In: YES
user_id=1996195
Originator: NO

projected (and worked on) flow control constructs are:
if … endif
if … else … endif
begin … until
begin … again
while … repeat
do … loop
-
in consideration are:
index jump (jump table): vector macro1 macro2 macro3
switch/case

Original comment by: forthfreak

@lanurmi
Copy link
Owner Author

lanurmi commented Feb 8, 2008

Logged In: NO

the “projected and in work” flow control statements, with the exception of do .. loop/for .. next, have been added and are considered functional.
hitch: it is possible to hang efte with an endlessly looping macro – no provisions to abort a looping macro have been included yet.

Original comment by: nobody

@lanurmi
Copy link
Owner Author

lanurmi commented Feb 18, 2008

Logged In: YES
user_id=1996195
Originator: NO

works.
in addition, n Times has been provided.

Original comment by: forthfreak

@lanurmi
Copy link
Owner Author

lanurmi commented Feb 18, 2008

- status: open —> closed

Original comment by: forthfreak

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant