Skip to content

Instantly share code, notes, and snippets.

@swilly22
Created November 26, 2017 09:33
Show Gist options
  • Save swilly22/cd52407647516468d8b487d26e9b02e2 to your computer and use it in GitHub Desktop.
Save swilly22/cd52407647516468d8b487d26e9b02e2 to your computer and use it in GitHub Desktop.
Calculator grammar
exp: exp op exp
exp: '(' exp ')'
exp: number
op: +
-
*
/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment