Skip to content

Blab output - grouping is not perserved #59

Description

@stestagg

Given this example:

echo -e 'b = a " "\n\na = ("1" / "2") "3"' | kgt -l abnf -e blab | blab -n 10

The output should be:

13 23 23 23 13 23 23 13 23 23

But instead, we get:

1 23 23 23 1 23 23 1 23 23

Because the generated blab output is:

b = a  " "

a = "1" | "2"  "3"

Rather than (something like):

b = a  " "

a = ("1" | "2")  "3"

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions