haskell-generate
Type-safe library for generating haskell source code (by bennofs)
llvm-pretty-bc-parser
Parser for the llvm bitcode format (by GaloisInc)
haskell-generate | llvm-pretty-bc-parser | |
---|---|---|
- | 2 | |
28 | 59 | |
- | - | |
0.0 | 6.7 | |
over 7 years ago | 21 days ago | |
Haskell | LLVM | |
BSD 3-clause "New" or "Revised" License | BSD 3-clause "New" or "Revised" License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
haskell-generate
Posts with mentions or reviews of haskell-generate.
We have used some of these posts to build our list of alternatives
and similar projects.
We haven't tracked posts mentioning haskell-generate yet.
Tracking mentions began in Dec 2020.
llvm-pretty-bc-parser
Posts with mentions or reviews of llvm-pretty-bc-parser.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-08-19.
-
Native code generation
Interestingly llvm-hs seems to have gotten a new maintainer which has ambitious ideas like using it for GHC and absorbing the bytecode parser llvm-pretty-bc-parser.
-
LLVM Internals: The Bitcode Format
It's actually interesting how many independent implementations of bitcode writers there, given that there are almost no independent bitcode readers (mine is very preliminary, and then there's one from Galois[1]).
I believe Swift also does their own serialization in LLVM's bitstream format[2]. I also saw an implementation of the writer in Swift, but now I've lost it.
[1]: https://github.com/GaloisInc/llvm-pretty-bc-parser
[2]: https://github.com/apple/swift/blob/main/docs/Serialization....
What are some alternatives?
When comparing haskell-generate and llvm-pretty-bc-parser you can also consider the following projects:
harpy - Runtime code generation for x86 machine code
llvm-hs - Haskell bindings for LLVM
flexible-defaults - Template Haskell system for implementing type classes with complex default-implementation rules
llvm - Haskell bindings to the LLVM compiler infrastructure project.
morloc - A typed, polyglot, functional language