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.
|
- start: (csv__start | json__start _NL?)+
-
- // Renaming of the import variables is required, as they receive the namespace of this file.
- // See: https://github.com/lark-parser/lark/pull/973#issuecomment-907287565
- %import .csv.start -> csv__start
- %import .json.start -> json__start
-
- %import .csv._NL -> _NL
|