altairmn / COOL-CompilerLinks
Compiler for COOL. Uses ANTLR and LLVM Toolchain. Written in JAVA.
☆44Updated 9 years ago
Alternatives and similar repositories for COOL-Compiler
Users that are interested in COOL-Compiler are comparing it to the libraries listed below
Sorting:
- MiniJava x86, LLVM Compiler and Interpreter☆74Updated 9 years ago
- A simple VM for a talk on building VMs☆220Updated 8 years ago
- A compiler for a subset of the Java programming language.☆24Updated 11 years ago
- The C/C++/Fortran compiler collection written in Java☆36Updated 4 years ago
- Stack based Virtual Machine and JIT compiler built during the Programming Language Masterclass☆61Updated 11 years ago
- A single-pass, recursive decent LL(1) compiler written by hand for a made-up language.☆86Updated 7 years ago
- XOC is a compiler infrastructure that provides multi-level operations, flexibility, and the capability of representing almost all popular…☆119Updated last month
- Code experiments to exercise ideas while reading "Engineering a Compiler".☆27Updated 6 years ago
- Same as simple-virtual-machine but in C☆152Updated 9 years ago
- An experimental Java Bytecode Interpreter written in C☆162Updated 6 years ago
- ☆28Updated 5 years ago
- implement a full compiler based on c++ 11☆21Updated 8 years ago
- University of San Francisco CS652 -- Programming Languages☆134Updated 6 years ago
- A compiler for a tiny (but growing!) subset of C, written in OCaml.☆295Updated 3 years ago
- JIT compiler from scratch, derived from Nick Desaulniers' great work☆12Updated 9 years ago
- A complete Parser for C-Language using Yacc.☆110Updated 3 years ago
- XOCFE is an concise, clearly, C compiler frontend, it is easy to understand and modify. XOCFE's input is pure C, output is an AST tree.☆55Updated last month
- Java bindings for LLVM libraries☆31Updated 12 years ago
- LLVM Tutorial: Kaleidoscope (Implementing a Language with LLVM)☆265Updated 2 years ago
- a toy programming language☆35Updated 2 years ago
- TinyGC (Tiny Garbage Collector) is an independent implementation of the subset of API of the well-known Boehm-Demers-Weiser Conservative …☆89Updated 12 years ago
- A simple stack-based virtual machine in C++ with a Forth like programming language☆165Updated 4 years ago
- XOC is a compiler infrastructure that provides multi-level operations, flexibility, and the capability of representing almost all popular…☆114Updated 8 years ago
- Write a simple interpreter of C. Inspired by c4 and largely based on it.☆40Updated 9 years ago
- Sample of building control flow graph, SSA form, phi nodes, LLVM IR for imagined language.☆26Updated 8 years ago
- Demo programs for my blog entry "Hello, JIT World!"☆242Updated 8 years ago
- JIT compiler from scratch, derived from Nick Desaulniers' great work☆44Updated 4 years ago
- Develop toolchain based on llvm to for Cpu0 processor☆49Updated 3 weeks ago
- An implementation of the Kaleidoscope language using Flex, Bison & the LLVM-C bindings.☆153Updated 8 years ago
- a simple tiny C Compiler using Lex & Yacc☆91Updated last month