Advertisement
Guest User

Untitled

a guest
Mar 30th, 2016
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
BNF 0.26 KB | None | 0 0
  1. /*
  2.  * space ::= ' ' | '\t'
  3.  * whitespace ::= <space> | <space> <whitespace>
  4.  * optional-whitespace ::= | <space> <optional-whitespace>
  5.  * include_line ::= <optional_space> '#' <optional_space> "include" <optional_space> '<' <filename> '>' <optional_space>
  6.  */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement