Guest User

Untitled

a guest
Sep 14th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Scala 0.15 KB | None | 0 0
  1. expr    ::== term { “+” term | “-” term }
  2. term    ::== atom {*” atom | “/” atom}
  3. atom    ::== floatingPointNumber | “(“ expr “)
Add Comment
Please, Sign In to add comment