Skip to content

Instantly share code, notes, and snippets.

@hellais
Created December 1, 2012 17:04
Show Gist options
  • Save hellais/4183258 to your computer and use it in GitHub Desktop.
Save hellais/4183258 to your computer and use it in GitHub Desktop.
def f(foo):
return foo
example = """
foo = f('spam')
"""
g = parsley.makeGrammar(example, {})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment