Skip to content

Instantly share code, notes, and snippets.

@arielb1
Created February 12, 2014 17:42
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 arielb1/8960665 to your computer and use it in GitHub Desktop.
Save arielb1/8960665 to your computer and use it in GitHub Desktop.
expr: s-expr
| quote expr
| atom
s-expr: ( expr-body
expr-body: )
| expr expr-body
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment