tiger-language
There are 24 repositories under tiger-language topic.
travmygit/TigerCompiler
Implementation and Exercises in Modern Compiler Implementation in C.
prikhi/modern-compiler-implementation-ml
Tiger Compiler from Modern Compiler Implementation in ML
vyorkin/tiger
:construction: A small imperative language that I'm writing while reading the Modern Compiler Implementation in ML by A. Appel.
zlatozar/TigerLanguage
Appel's Tiger language implemented in F#
bradbowes/tiger
Tiger compiler written in Free Pascal
maokwen/tiger-compiler
Modern Compiler Implementation in C
JasonNFS/Modern-Compiler-Implementation-in-cpp
C++ 17/20 implementation of book Modern Compiler Implementation in C.
francisvm/jaguar
Asynchronous language extension for the Tiger Language based on LLVM
jamestjw/tiger
Implementing a compiler for tiger as described in the book Modern Compiler Implementation in ML by Andrew Appel.
dynamicheart/compiler-labs
Course project for SE302 of SJTU.
gautam1411/Tiger-Compiler
Compiler for the Tiger language defined in Andrew Appel’s book Modern Compiler Implementation in C .
jksware/yatc
Yet Another Tiger Compiler
Smile040501/Tiger-Compiler
The SubTiger language is the subset of the Tiger language. Currently, the language supports only integers, but would be extended to strings and floating point computation. Currently, the compiler compiles to MIPS assembly code, which can be run using SPIM simulator.
vasilescur/ambush
Compiler for Tiger language, written in Standard ML for Duke ECE/CS 553: Compiler Construction. The compiler follows the standard flow of lexing, parsing, semantic analysis and type checking, intermediate representation, liveness analysis, and code generation.
CloseToZero/cl-tiger
A compiler of the Tiger programming language (from the book "Modern Compiler Implementation in ML") implemented in Common Lisp
cyberfined/higer
Tiger compiler written in haskell
DarinM223/tiger2
Modern Compiler Implementation in Haskell
RenjiSann/tree-sitter-tiger
A tree-sitter grammar for the Tiger language
ryuzakyl/tiger-compiler
A Tiger Compiler implementation in C#
swatson555/tiger-evaluator
Interpreter for the Tiger language.
barufa/Compiler
Tiger Compiler implemented in ML
vyorkin/tiger-llvm
:construction: Tiger in LLVM. WIP.
yuanweixin/tiger
Implementation of Appel's tiger lang