Advertisement
MeBeiM

Silly tldr-pages Nearley grammar

Apr 8th, 2019
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. Page -> Title "\n" Description "\n" Example ("\n" Example):*
  2. Title -> "# " Word "\n"
  3. Description -> ("> " Phrase "\n"):+
  4. Example -> ExampleDescription "\n\n" ExampleCode "\n"
  5. ExampleDescription -> "- " Phrase ":"
  6. ExampleCode -> "`" Phrase "`"
  7.  
  8. Word -> [\S]:+
  9. Phrase -> Word (" " Word):*
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement