Skip to content

Instantly share code, notes, and snippets.

@takeoutweight
Created April 8, 2012 07:49
Show Gist options
  • Save takeoutweight/2335835 to your computer and use it in GitHub Desktop.
Save takeoutweight/2335835 to your computer and use it in GitHub Desktop.
(def identifier
(around
whitespaces
(choice
[(<$> (partial apply vector)
(*> (string "#")
(<* (many1 number) (string "#"))))
(<$> (partial apply vector)
(*> (string "#")
(<* (many1 number) (string "="))))])))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment