Skip to content

Instantly share code, notes, and snippets.

@Swoorup
Created August 14, 2015 04:43
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 Swoorup/3a52d9018030c629b8d4 to your computer and use it in GitHub Desktop.
Save Swoorup/3a52d9018030c629b8d4 to your computer and use it in GitHub Desktop.
Try parsing and executing the syntax tree
// parse the tokens into an abstract syntax tree
if (!lexerbuf.ntoks || parse(&lexerbuf, &exectree) != 0) {
continue;
}
execute_syntax_tree(exectree);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment