nmhancock / type-inferencing
Hindley–Milner Type inferencing in C
☆48Updated 2 years ago
Alternatives and similar repositories for type-inferencing:
Users that are interested in type-inferencing are comparing it to the libraries listed below
- Following [An Incremental Approach to Compiler Construction](http://scheme2006.cs.uchicago.edu/11-ghuloum.pdf)☆61Updated 3 years ago
- An implementation of interaction nets as a forth-like language.☆27Updated this week
- A toy programming language.☆38Updated last year
- Mal (Make A Lisp) Compiler in C☆51Updated 4 years ago
- Minimal operating system for x86 intended as a basis for benchmarking and running Gambit☆87Updated 4 years ago
- A fast, minimal Forth-like interpreter core in C++ with no assembly☆80Updated 3 weeks ago
- MIRROR of https://codeberg.org/catseye/minischeme : Cat's Eye Technologies' fork of the original public-domain Mini-Scheme implementation…☆69Updated 6 years ago
- Compact garbage-collected heap and JSON-like object model☆80Updated last year
- ⚗️ Self-hosting compiler from a Haskell-like Lisp directly to x86-64, from scratch.☆156Updated 2 years ago
- A simple incomplete Scheme-to-C compiler☆67Updated this week
- SIOF (Scheme In One File) is a minimal interpreter for R7RS Scheme☆14Updated 2 years ago
- Tiny scheme implementation written in c++17☆26Updated 6 years ago
- A minimal ML, type-inferred, compiled, and/or interpreted in less than 750 lines☆36Updated 5 years ago
- Simple conservative GC using mimalloc☆39Updated 2 years ago
- cparse is an LR(1) and LALR(1) parser generator☆51Updated last month
- Fairly readable homoiconic language with primarily value (non-referential) semantics that balances the programmer's productivity with sca…☆63Updated 8 months ago
- ☆27Updated last year
- Implement a Lisp, in C, from scratch, no libs☆81Updated 2 years ago
- Kamby Language☆76Updated this week
- JIT compiler for Scheme targeting x86-64 platforms☆30Updated 5 years ago
- single file scheme interpreter with tail call optimization☆83Updated 5 years ago
- A system to amalgamate any features you want into any language you need☆26Updated 2 years ago
- A work-in-progress garbage collector for Guile☆164Updated this week
- A programmable virtual CPU written in untyped lambda calculus☆48Updated 2 years ago
- A #lang implementation of Lua 5.4 for Racket.☆53Updated last year
- Writing a Scheme to x86 compiler by following Abdulaziz Ghuloum's "An Incremental Approach to Compiler Construction"☆73Updated 5 years ago
- A general purpose statically-typed concatenative programming language.☆53Updated last year
- j2 is a minimalist concatenative programming language that makes up for its simplicity by its ability to natively bind with C libraries' …☆45Updated 10 months ago
- #F (Sharp-F or False) is a portable compiler/runtime for a minimalistic subset of the Scheme programming language. Compatibility with R5R…☆50Updated 2 years ago
- Student-facing code from the book *Programming Languages: Build, Prove, and Compare* by Norman Ramsey☆24Updated last year