Guest User

Untitled

a guest
Mar 22nd, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. factor -> multIdnest 'id' postCall | 'int' | 'float'
  2. variable -> multIdnest 'id' multIndice
  3. functionCall -> multIdnest 'id' '(' params ')'
  4. multIdnest -> idnest multIdnest | EPSILON
  5. idnest -> 'id' idnest_
Add Comment
Please, Sign In to add comment