Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/valderman/ghc-simple
Simplified interface to the GHC API
https://github.com/valderman/ghc-simple
ghc ghc-api haskell
Last synced: 2 months ago
JSON representation
Simplified interface to the GHC API
- Host: GitHub
- URL: https://github.com/valderman/ghc-simple
- Owner: valderman
- License: mit
- Created: 2015-06-10T09:34:14.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-04-04T09:33:55.000Z (over 5 years ago)
- Last Synced: 2024-09-22T22:06:02.063Z (3 months ago)
- Topics: ghc, ghc-api, haskell
- Language: Haskell
- Homepage:
- Size: 42 KB
- Stars: 24
- Watchers: 9
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ghc-simple
==========The GHC API is a great tool for working with Haskell code. Unfortunately, it's
also fairly opaque and hard to get started with. This library abstracts away
the intricacies of working with the GHC API, giving a general, no-nonsense way
to extract highly optimized (or not, depending on your use case) Core, STG,
custom intermediate code, and other information from Haskell code.TODO
----* Caching and loading generated code on demand based on symbol (and/or module)
dependencies.