Advertisement
Guest User

Untitled

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