Skip to content

Instantly share code, notes, and snippets.

@limitedmage
Created August 26, 2011 18:41
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 limitedmage/1174105 to your computer and use it in GitHub Desktop.
Save limitedmage/1174105 to your computer and use it in GitHub Desktop.
exp : then
then : or "->" then | or
or : and "||" or | and
and : not "&&" and | not
not : "!" atom | atom
atom : "(" then ")" | bool
bool : "#t" | "#f"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment