Skip to content

Instantly share code, notes, and snippets.

@rrichardson
Created July 1, 2014 16:00
Show Gist options
  • Save rrichardson/8e215c919b4d55ec175f to your computer and use it in GitHub Desktop.
Save rrichardson/8e215c919b4d55ec175f to your computer and use it in GitHub Desktop.
enum HParserBackend {
PB_MIN = 0,
PB_PACKRAT = PB_MIN, // PB_MIN is always the default.
PB_REGULAR,
PB_LLk,
PB_LALR,
PB_GLR,
PB_MAX = PB_GLR
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment