Skip to content

Instantly share code, notes, and snippets.

@StoneCypher
Created September 4, 2017 00:29
Show Gist options
  • Save StoneCypher/6f323ccc109608cfea7c3a45ccd21dd1 to your computer and use it in GitHub Desktop.
Save StoneCypher/6f323ccc109608cfea7c3a45ccd21dd1 to your computer and use it in GitHub Desktop.
Whitespace
= [ \t\n\r\v]+
BlockCommentTail
= "*/"
/ . BlockCommentTail
BlockComment
= "/*" BlockCommentTail
EOF
= !.
LineCommentTail
= LineTerminator
/ EOF
/ . LineCommentTail
LineComment
= "//" LineCommentTail
WS
= Whitespace
/ BlockComment
/ LineComment
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment