This repo contains code to mirror other repos. It also contains the code that is getting mirrored.
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

10 satır
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