Skip to content

Instantly share code, notes, and snippets.

@merriam
Created January 11, 2024 20:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save merriam/23a4ce77889436d09966423b3429f6d5 to your computer and use it in GitHub Desktop.
Save merriam/23a4ce77889436d09966423b3429f6d5 to your computer and use it in GitHub Desktop.
Rust two outputs, the input file
LR
11A = (11B, XXX)
11B = (XXX, 11Z)
11Z = (11B, XXX)
22A = (22B, XXX)
22B = (22C, 22C)
22C = (22Z, 22Z)
22Z = (22B, 22B)
XXX = (XXX, XXX)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment