Little Implementation Language
LIL, the Little Implementation Language, was a system programming language during the early days of Unix history on PDP-11 machines. It was written by P. J. Plauger of Bell Labs.
LIL attempted to fill the gap between assemblers and machine-independent system implementation languages, by basically adding structured programming to the PDP-11 assembly language. LIL resembled PL360 with C-like flow control syntax.
The LIL compiler "lc" was part of Fifth Edition Unix, but was dropped by Sixth Edition Unix. Plauger left Bell Labs in the same year.
Plauger explains why LIL was abandoned in Bell Labs in favor of C: