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.

9 lines
278 B

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