Popularity
9.1
Stable
Activity
0.0
Stable
102
9
8
Monthly Downloads: 15
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags:
Code Generation
Latest version: v0.4.5
x86-64bit alternatives and similar packages
Based on the "Code Generation" category.
Alternatively, view x86-64bit alternatives based on common mentions on social networks and blogs.
-
bond
Bond is a cross-platform framework for working with schematized data. It supports cross-language de/serialization and powerful generic mechanisms for efficiently manipulating data. Bond is broadly used at Microsoft in high scale services. -
llvm-general
Rich LLVM bindings for Haskell (with transfer of LLVM IR to and from C++, detailed compilation pass control, etc.) -
flexible-defaults
Template Haskell system for implementing type classes with complex default-implementation rules
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
Promo
coderabbit.ai

* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of x86-64bit or a related project?
README
x86-64
The primary goal of x86-64 is to provide a lightweight assembler for machine generated 64 bit x86 assembly instructions.
Features:
- The size of operands are statically checked. For example, exchanging
rax
witheax
raises a compile time error rather than a code-generation time error. As a consequence, code generation is faster because the sizes are statically known. - Quickcheck tests: You can quickcheck your x86 processor! Please report failures, there is a higher chance that the error is in this library rather than in your processor.
- Immediate values are automatically converted to smaller size if possible.
- Automatic calculation of short and near distances
The package is available on HackageDB: http://hackage.haskell.org/package/x86-64bit