Skip to content

Instantly share code, notes, and snippets.

@krk
Created June 27, 2017 14:56
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 krk/23998fef5fc5ebacf95757611d93141d to your computer and use it in GitHub Desktop.
Save krk/23998fef5fc5ebacf95757611d93141d to your computer and use it in GitHub Desktop.
opt_corresponding_clause:
CORRESPONDING BY '(' expr_list ')' { $$ = $4; }
| CORRESPONDING { $$ = list_make1(NIL); }
| /*EMPTY*/ { $$ = NIL; }
;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment