Skip to content

Instantly share code, notes, and snippets.

@eddyb
Forked from anonymous/insts
Last active August 29, 2015 14:00
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 eddyb/11147224 to your computer and use it in GitHub Desktop.
Save eddyb/11147224 to your computer and use it in GitHub Desktop.
0: Split(1, 5)
1: OneChar(a, 0)
2: CharClass([(b, c)], 0)
3: OneChar(d, 0)
4: Match
5: OneChar(r, 0)
6: Split(5, 7)
7: Match
0: Split(1, 2)
1: [OneChar(a, 0), CharClass([(b, c)], 0), OneChar(d, 0), Match]
2: [OneChar(r, 0), Split(2, 3)]
3: Match
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment