rickBuczynski / coolang
COOL (Classroom Object Oriented Language) compiler with LLVM backend
☆34Updated 5 years ago
Alternatives and similar repositories for coolang
Users that are interested in coolang are comparing it to the libraries listed below
Sorting:
- C++ Implementations of programming languages and type systems studied in "Types and Programming Languages" by Benjamin C. Pierce..☆34Updated 4 years ago
- Hindley–Milner Type inferencing in C☆48Updated 2 years ago
- lambda calculus interpreter☆42Updated 4 years ago
- Compiler Optimizations Playground☆27Updated 4 years ago
- Following [An Incremental Approach to Compiler Construction](http://scheme2006.cs.uchicago.edu/11-ghuloum.pdf)☆62Updated 3 years ago
- The Silk Programming Language☆79Updated 3 years ago
- Sinister's Scheme Compiler!☆24Updated 2 years ago
- Simple C Compiler in OCaml☆94Updated 6 years ago
- Hindley-Milner Type Inference implemented in (although not for) Python.☆94Updated 3 years ago
- a little JIT VM language for (probably/eventually) terminal UI apps.☆62Updated 6 years ago
- The Egel Programming Language☆84Updated this week
- Writing a Scheme to x86 compiler by following Abdulaziz Ghuloum's "An Incremental Approach to Compiler Construction"☆72Updated 5 years ago
- A small λ-calculus interpreter in C☆56Updated 10 years ago
- A correct C89/C90/C99/C11/C18 parser written using Menhir and OCaml☆200Updated 10 months ago
- A work-in-progess programming language modeled after Ada and C++☆25Updated 2 years ago
- A website for the #proglangdesign community on freenode☆108Updated 2 weeks ago
- Clone of http://nsz.repo.hu/git/?p=c-standard☆23Updated 6 years ago
- Bottom Up Rewrite Generator☆28Updated 7 years ago
- Featherweight C, Executable Semantics: Parser, Type Checker, and Abstract Machine☆26Updated 4 years ago
- J Language Source Code. Livestream links ⬇️☆38Updated 2 years ago
- Runtime support for LLVM's GC Statepoints☆42Updated 5 years ago
- CMSC 430 Design and Implementation of Programming Languages☆50Updated 4 months ago
- a Lispy Forth in C++☆26Updated 6 years ago
- Fairly readable homoiconic language with primarily value (non-referential) semantics that balances the programmer's productivity with sca…