Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created January 27, 2020 21:45
Show Gist options
  • Save r-ryantm/53b041507d177e7bd33e123901e4977b to your computer and use it in GitHub Desktop.
Save r-ryantm/53b041507d177e7bd33e123901e4977b to your computer and use it in GitHub Desktop.
/nix/store/5ld0ag5a1gskr4fwzms70iqh60kn3f0p-python2.7-lark-parser-0.8.1
├── lib
│   └── python2.7
│   └── site-packages
│   ├── lark
│   │   ├── common.py
│   │   ├── common.pyc
│   │   ├── exceptions.py
│   │   ├── exceptions.pyc
│   │   ├── grammar.py
│   │   ├── grammar.pyc
│   │   ├── grammars
│   │   │   └── common.lark
│   │   ├── indenter.py
│   │   ├── indenter.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── lark.py
│   │   ├── lark.pyc
│   │   ├── lexer.py
│   │   ├── lexer.pyc
│   │   ├── load_grammar.py
│   │   ├── load_grammar.pyc
│   │   ├── parser_frontends.py
│   │   ├── parser_frontends.pyc
│   │   ├── parsers
│   │   │   ├── cyk.py
│   │   │   ├── cyk.pyc
│   │   │   ├── earley_common.py
│   │   │   ├── earley_common.pyc
│   │   │   ├── earley_forest.py
│   │   │   ├── earley_forest.pyc
│   │   │   ├── earley.py
│   │   │   ├── earley.pyc
│   │   │   ├── grammar_analysis.py
│   │   │   ├── grammar_analysis.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── lalr_analysis.py
│   │   │   ├── lalr_analysis.pyc
│   │   │   ├── lalr_parser.py
│   │   │   ├── lalr_parser.pyc
│   │   │   ├── xearley.py
│   │   │   └── xearley.pyc
│   │   ├── parse_tree_builder.py
│   │   ├── parse_tree_builder.pyc
│   │   ├── reconstruct.py
│   │   ├── reconstruct.pyc
│   │   ├── tools
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── nearley.py
│   │   │   ├── nearley.pyc
│   │   │   ├── serialize.py
│   │   │   ├── serialize.pyc
│   │   │   ├── standalone.py
│   │   │   └── standalone.pyc
│   │   ├── tree.py
│   │   ├── tree.pyc
│   │   ├── utils.py
│   │   ├── utils.pyc
│   │   ├── visitors.py
│   │   └── visitors.pyc
│   └── lark_parser-0.8.1.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
9 directories, 62 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment