languages in computer science

An English sentence can be regarded as a string of words (단어들의 나열),

and an English word can be regarded as a string of letters (문자들의 나열).

Computer languages are similar to English in that

A compiler for a computer language analyzes the stream of characters in a program

Example: a simple calculator language

Words

Sentences

Calculator (Compiler) steps