This repo contains code to mirror other repos. It also contains the code that is getting mirrored.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

10 lignes
304 B

  1. start: (csv__start | json__start _NL?)+
  2. // Renaming of the import variables is required, as they receive the namespace of this file.
  3. // See: https://github.com/lark-parser/lark/pull/973#issuecomment-907287565
  4. %import .csv.start -> csv__start
  5. %import .json.start -> json__start
  6. %import .csv._NL -> _NL