Skip to content

Instantly share code, notes, and snippets.

@gpwclark
Created August 1, 2024 15:14
Show Gist options
  • Save gpwclark/5e1aa758a6388b132de69bf38fe5f6a9 to your computer and use it in GitHub Desktop.
Save gpwclark/5e1aa758a6388b132de69bf38fe5f6a9 to your computer and use it in GitHub Desktop.
Economopoulos_2_4 {
S = A + "c"
A = B + D + "a" | D + B + "a"
B = "b"
D = "d"
}
@gpwclark
Copy link
Author

gpwclark commented Aug 1, 2024

parses input string
bdac

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