platypus/ass1.pls

9 lines
327 B
Plaintext
Raw Normal View History

2017-01-30 17:29:09 +00:00
Compilers are fundamental to modern computing.
They act as translators, transforming human-oriented
language into computer-oriented machine-language.
A compiler allows virtually all computer users to
ignore the machine-dependent details of machine language.
Isn't that nice? =:)
CST8152
Autumn, 2016