Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created March 11, 2019 21:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/497315f82e7acf63842997abc0f8e6ca to your computer and use it in GitHub Desktop.
Save ryantm/497315f82e7acf63842997abc0f8e6ca to your computer and use it in GitHub Desktop.
/nix/store/xcqki3x0dj2yaaskycdjq0n5gwwy3cna-python3.7-rply-0.7.7
├── lib
│   └── python3.7
│   └── site-packages
│   ├── rply
│   │   ├── errors.py
│   │   ├── grammar.py
│   │   ├── __init__.py
│   │   ├── lexergenerator.py
│   │   ├── lexer.py
│   │   ├── parsergenerator.py
│   │   ├── parser.py
│   │   ├── __pycache__
│   │   │   ├── errors.cpython-37.pyc
│   │   │   ├── grammar.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── lexer.cpython-37.pyc
│   │   │   ├── lexergenerator.cpython-37.pyc
│   │   │   ├── parser.cpython-37.pyc
│   │   │   ├── parsergenerator.cpython-37.pyc
│   │   │   ├── token.cpython-37.pyc
│   │   │   └── utils.cpython-37.pyc
│   │   ├── token.py
│   │   └── utils.py
│   └── rply-0.7.7.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 25 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment