This repo contains code to mirror other repos. It also contains the code that is getting mirrored.
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

17 rindas
535 B

  1. site_name: Lark
  2. theme: readthedocs
  3. pages:
  4. - Main Page: index.md
  5. - Philosophy: philosophy.md
  6. - Features: features.md
  7. - Parsers: parsers.md
  8. - How To Use (Guide): how_to_use.md
  9. - How To Develop (Guide): how_to_develop.md
  10. - Grammar Reference: grammar.md
  11. - Tree Construction Reference: tree_construction.md
  12. - Visitors and Transformers: visitors.md
  13. - Classes Reference: classes.md
  14. - Recipes: recipes.md
  15. - Import grammars from Nearley: nearley.md
  16. - Tutorial - JSON Parser: json_tutorial.md