Skip to content

Instantly share code, notes, and snippets.

Created September 12, 2017 14:52
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 anonymous/45bc04526d710ea40f836b572968e895 to your computer and use it in GitHub Desktop.
Save anonymous/45bc04526d710ea40f836b572968e895 to your computer and use it in GitHub Desktop.
token statement_label {
[ ' ' $<label>=[<[0..9]> ] <.col6> ]
| [ ' ' $<label>=[<[0..9]> ** 2 ] <.col6> ]
| [ ' ' $<label>=[<[0..9]> ] ' ' <.col6> ]
| [ ' ' $<label>=[<[0..9]> ** 3 ] <.col6> ]
| [ ' ' $<label>=[<[0..9]> ** 2 ] ' ' <.col6> ]
| [ ' ' $<label>=[<[0..9]> ] ' ' <.col6> ]
| [ ' ' $<label>=[<[0..9]> ** 4 ] <.col6> ]
| [ ' ' $<label>=[<[0..9]> ** 3 ] ' ' <.col6> ]
| [ ' ' $<label>=[<[0..9]> ** 2 ] ' ' <.col6> ]
| [ ' ' $<label>=[<[0..9]> ] ' ' <.col6> ]
| [ $<label>=[<[0..9]> ** 5 ] <.col6> ]
| [ $<label>=[<[0..9]> ** 4 ] ' ' <.col6> ]
| [ $<label>=[<[0..9]> ** 3 ] ' ' <.col6> ]
| [ $<label>=[<[0..9]> ** 2 ] ' ' <.col6> ]
| [ $<label>=[<[0..9]> ] ' ' <.col6> ]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment