/PL-0_Compiler_Pt2

This is a simple lexical analyzer for the programming language PL/0. The program reads in a source program written in PL/0, identifies tokens, and produces an output that includes the source program, the source program lexeme table, and the token list.

Primary LanguageC

Stargazers