tgjones / mini-cLinks
F# implementation of a Mini-C compiler targeting MSIL
☆81Updated 11 years ago
Alternatives and similar repositories for mini-c
Users that are interested in mini-c are comparing it to the libraries listed below
Sorting:
- Micro C# Compiler☆47Updated 4 years ago
- Let's Build a Compiler - An educational compiler built from scratch in F#, inspired by Jack Crenshaw's 1988 Pascal code☆49Updated 11 years ago
- Lisp compiler in F#☆24Updated 14 years ago
- LLVM bindings for F#☆94Updated 9 years ago
- Lexer and parser generators for F#☆221Updated 7 months ago
- Accompanying code for "Types and Programming Languages", ported to F#☆55Updated 11 years ago
- Tools for building compilers, interpreters, and analysis tools in F#☆45Updated 4 years ago
- Different type inference algorithms implemented in F#☆163Updated 4 years ago
- ScanRat - PEG Parser Combinators for F# with support for Left Recursion and Memoization☆60Updated 5 years ago
- F# -> ASM disassembler