Skip to content

Instantly share code, notes, and snippets.

@marionette-of-u
Created March 21, 2013 11:25
Show Gist options
  • Select an option

  • Save marionette-of-u/5212337 to your computer and use it in GitHub Desktop.

Select an option

Save marionette-of-u/5212337 to your computer and use it in GitHub Desktop.
<token_desc> token{
<left>{
ast;
pls;
}
l_pare, r_pare;
id<type_id>;
}
<grammar> grammar{
E<type_expr>
: [make_pls] E pls E
| [make_mlt] E ast E
| [make_exp] l_pare E r_pare
| [make_id] id
;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment