Guest User

Untitled

a guest
Oct 20th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. <syntax> ::= <expression> | <expression> <crlf> <syntax>
  2. <crlf> ::= <_crlf> | <_wsp> <_crlf> | ";" <_crlf> | <_wsp> ";" <_crlf> | ";" <_wsp> <_crlf>
  3. <expression> ::= <codekitcode> | <javascript>
  4. <codekitcode> ::= <statements> <files> <semicolons>
  5. <files> ::= <file> | <file> "," <file>
  6. <file> ::= <_wsp> <_literal>
  7. <semicolons> ::= "" | ";"
  8. <statements> ::= "@codekit-append" | "@codekit-prepend"
  9. <javascript> ::= ""
Add Comment
Please, Sign In to add comment