Writing a small compiler with SableCC and Java
Introduction This article covers the implementation of a compiler using the SableCC framework and the Java programming language. The language we are going to implement is a subset of Pascal that we will call SmallPascal. This is a very small language that can be used as a calculator. In other words, the language supports the continue…
