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

Order execution time of tokens so sequences can work correctly #12

Open
zimmski opened this issue Oct 18, 2014 · 0 comments
Open

Order execution time of tokens so sequences can work correctly #12

zimmski opened this issue Oct 18, 2014 · 0 comments

Comments

@zimmski
Copy link
Owner

zimmski commented Oct 18, 2014

$Literal = type: Sequence

And = $Literal.Next<x> " " ${Literal.Existing not in (x)} " " ${Literal.Existing not in (x)} "\n"

START = $Literal.Reset And And

This example is broken with e.g. the random fuzzing strategy. In a future version this should lead to an execution of .Reset then the two .Next and then the four .Existing even though the token definitions define a different order. Simply put: .Existing should be executed after the whole token graph is processed.

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