Skip to content

Instantly share code, notes, and snippets.

@lfittl
Last active August 29, 2015 14:02
Show Gist options
  • Save lfittl/9b55c986f1e9748ba418 to your computer and use it in GitHub Desktop.
Save lfittl/9b55c986f1e9748ba418 to your computer and use it in GitHub Desktop.
/*
* raw_parser
* Given a query in string form, do lexical
* and grammatical analysis.
*
* Returns a list of raw (un-analyzed) parse trees.
*/
List *
raw_parser(const char *str)
{
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment