Skip to content

Instantly share code, notes, and snippets.

@iBiryukov
Created June 18, 2015 15:03
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 iBiryukov/84b97102e1c36d70e1c2 to your computer and use it in GitHub Desktop.
Save iBiryukov/84b97102e1c36d70e1c2 to your computer and use it in GitHub Desktop.
// Parser
query: count key
// Lexer
count: [Cc] [Oo] [Uu] [Nn] [Tt]
key: [0-9a-zA-Z]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment