Advertisement
Guest User

Untitled

a guest
Oct 6th, 2015
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. // alternation := concatenation
  2. // | alternation '|' concatenation
  3.  
  4. // concatenetion := kleine
  5. // | concatentation kleine
  6.  
  7. // unit := alphanumeric
  8. // | '(' regex ')'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement