mcc
Compiler
Compiles the MicroC programming language into machine code using Haskell
MicroC example compiler for Stephen Edward's PLT class, but in Haskell
116 stars
5 watching
13 forks
Language: Haskell
last commit: almost 4 years ago compilers
Related projects:
Repository | Description | Stars |
---|---|---|
| A minimal implementation of a Haskell compiler | 63 |
| A Haskell library that allows inline C and Objective-C code in Haskell programs | 146 |
| An educational λ-calculus interpreter in Haskell to learn and understand λ-calculus concepts | 70 |
| A language targeting LLVM with the goal of building a simple compiler | 64 |
| Project aimed at demonstrating Haskell can emulate imperative programming characteristics and syntax. | 73 |
| A minimal C compiler generating x86_64 assembly code | 516 |
| A modern, statically typed low-level programming language with strong focus on performance and minimalism. | 773 |
| A GCC-based compiler project for developing software on TI's Tiva series microcontrollers | 7 |
| An implementation of an extended subset of the Haskell programming language for embedded systems and minimalistic execution environments. | 373 |
| A JIT compiler for a microcomputer's embedded processor | 10 |
| A Haskell compiler with a runtime environment implementing Combinatory Logic | 73 |
| A minimalist language with procedural macro support | 135 |
| An example of creating a minimalist programming language with a simple grammar and syntax | 1,048 |
| A compiler that translates Pascal source code into LLVM IR and can be executed directly or used to generate native machine code. | 126 |
| Compiles Ruby code into Lua | 3 |