Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/solidsnack/hpath
Obtain source code for a given qualified name.
https://github.com/solidsnack/hpath
Last synced: about 1 month ago
JSON representation
Obtain source code for a given qualified name.
- Host: GitHub
- URL: https://github.com/solidsnack/hpath
- Owner: solidsnack
- License: other
- Created: 2009-12-27T09:47:21.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2010-01-02T01:46:29.000Z (almost 15 years ago)
- Last Synced: 2024-10-28T14:03:02.155Z (about 2 months ago)
- Language: Haskell
- Homepage:
- Size: 97.7 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
A tool to extract source code based on Haskell identifiers. For example,
HPath.Parser.parse
would extract all the source lines associated with the declaration `parse`
in the module `HPath.Parser`.