This repo contains code to mirror other repos. It also contains the code that is getting mirrored.
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

10 строки
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