This project is a Scanner / Lexical Analyzer for the Decaf Programming language.Decaf 20 is a strongly-typed language. By design, it has many similarities with C/C++/Java, so you should find it fairly ...
Given a PPLL source file, the scanner outputs the sequence of tokens in the input, one token per line. Each token is annotated with the position of the token in the input. If the input is lexically ...