This repo contains code to mirror other repos. It also contains the code that is getting mirrored.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
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