PL/0
Summary
PL/0 is a minimal teaching language used to illustrate compiler construction. The article on Wikipedia presents PL/0 as a small Pascal-like language focused on block structure and core compilation steps, serving as an accessible stepping stone for students learning lexical analysis, parsing, and code generation.