Popularity
9.1
Stable
Activity
0.0
Stable
102
9
8
Monthly Downloads: 24
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.) -
llvm-pretty
An llvm pretty printer inspired by the haskell llvm binding -
haskell-generate
Type-safe library for generating haskell source code -
flexible-defaults
Template Haskell system for implementing type classes with complex default-implementation rules
TestGPT | Generating meaningful tests for busy devs
Get non-trivial tests (and trivial, too!) suggested right inside your IDE, so you can code smart, create more value, and stay confident when you push.
Promo
codium.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