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

Outside_looporder #122

Open
wants to merge 269 commits into
base: master
Choose a base branch
from
Open

Outside_looporder #122

wants to merge 269 commits into from

Conversation

sjanssen2
Copy link
Member

@sjanssen2 sjanssen2 commented Apr 3, 2022

Please don't use any more, use #187 instead as it fixed multiple issues, uses cleaner code and extends functionality!

  • parameterized terminals get wrong yield size, e.g. ROPE("manfred") in outside context
  • CHAR have i > j indices in outside context
  • how to deal with non-terminals that have no choice function applied?
  • warn user if outside injection leads to mixed datatypes for non-terminals
  • warn user if inside version cannot parse the empty input "", since thus recursion basis for outside is missing an ALL outside derivation will fail! Example hmm_sonneregen with no nil(EMPTY) at start transition or nodangle.gap without rule struct = nil(EMPTY)

@sjanssen2 sjanssen2 added the WIP work in progress, do not (yet) merge label Apr 3, 2022
sjanssen2 and others added 27 commits February 19, 2023 00:03
…ld) inside non-terminals and then (new) outside versions.
@sjanssen2 sjanssen2 changed the title Outside Outside_looporder May 1, 2023
@sjanssen2 sjanssen2 mentioned this pull request Jun 13, 2023
13 tasks
@sjanssen2 sjanssen2 added the wontfix This will not be worked on label Jun 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
WIP work in progress, do not (yet) merge wontfix This will not be worked on
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant