This repo contains code to mirror other repos. It also contains the code that is getting mirrored.
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.

17 righe
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