CraigStuntz / LbacLinks
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
Alternatives and similar repositories for Lbac
Users that are interested in Lbac are comparing it to the libraries listed below
Sorting:
- Scheme interpreter in F#☆55Updated 2 years ago
- F# implementation of a Mini-C compiler targeting MSIL☆81Updated 11 years ago
- Accompanying code for "Types and Programming Languages", ported to F#☆55Updated 12 years ago
- Intro to F# demo project☆27Updated 7 years ago
- Lisp compiler in F#☆24Updated 14 years ago
- Different type inference algorithms implemented in F#☆163Updated 4 years ago
- LLVM bindings for F#☆94Updated 9 years ago
- A logic programming library for F#☆47Updated 10 years ago
- Shen for the Common Language Runtime☆36Updated 11 months ago
- A Common Intermediate Language backend for Idris 1☆134Updated 6 years ago
- ScanRat - PEG Parser Combinators for F# with support for Left Recursion and Memoization☆60Updated 5 years ago
- F# GLFW 3 Binding☆10Updated 7 years ago
- Tools for building compilers, interpreters, and analysis tools in F#☆45Updated 5 years ago
- Lox language implemented in OCaml☆14Updated 5 years ago
- A small implementation of type inference☆80Updated 10 years ago
- Compiler and tools for the L programming language☆72Updated last year
- Examples from John Harrison's "Handbook of Practical Logic and Automated Reasoning", ported to F#.☆178Updated 8 years ago
- The MLtonLibrary repository☆36Updated 2 years ago
- My Own Linear Lisp☆42Updated 7 years ago
- An absurdly tiny Lisp interpreter in OCaml☆32Updated 13 years ago
- a book about ocaml☆187Updated 8 years ago
- Aurochs is a parser generator that uses the parse expression grammar (PEG) or "packrat" approach. It takes a grammar in a BNF-like notat…