News

Modern Compiler Implementation in Java by Andrew W. Appel has been sitting on my shelf long enough. It's time I work through it, you know, in my infinite spare time. Modern Compiler Implementation in ...
This is a minimal compiler for MiniJava, a subset of Java used in the book "Modern Compiler Implementation in Java, Second Edition" by Andrew Appel and Jens Palsberg. See here for more information ...
See page 447 in Modern Compiler Implementation in Java by Appel, Cambridge, 1998 or Kathryn S. McKinley's CS 710 lecture notes. The algorithm creates new Clef variable declarations for the renamed ...