[an error occurred while processing this directive]
What is a formal system?
What is the difference between a formal system and a language?
Languages are made of:
Who was Admiral Grace Hopper and what did she do?
Compiler: A program that translates between two languages, usually from a high-level programming language to machine code.
What is the difference between a compiler and an interpreter?
Why did John Backus want a precise way of describing languages?
Backus Naur Form (BNF): A way of describing the surface forms in a
language using replacement rules in the form:
non-terminal ::= replacementThe rule means whenever you have what is on the left side of the ::=, you can replace it with what is on the right side.
What strings can the following BNF grammar produce?
Sentence ::= Food Comparator Food
Food ::= Bodo's Bagels
Food ::= Krispy Kreme Donuts
Comparator ::= are better than
Comparator ::= are worse than
What strings can the following BNF grammar produce?
Sentence ::= I like FoodList
FoodList ::= Food
FoodList ::= Food and FoodList
Food ::= Bodo's Bagels
Food ::= Krispy Kreme Donuts
I flunked out every year. I never studied. I hated studying. I was just
goofing around. It had the delightful consequence that every year I went
to summer school in New Hampshire where I spent the summer sailing and
having a nice time.
John Backus (Since you probably don't get to spend the summer in New
Hampshire if you flunk out, you may not want to follow his advice here.)
Frankly, we didn't have the vaguest idea how the things would work out
in detail... We struck out simply to optimze the object program, the
running time, because most people at that time believed you really
couldn't do that kind of thing.
John Backus (on FORTRAN language and compiler, quoted in 1966)
"When I use a word," Humpty Dumpty said, in a rather scornful tone,
"it means just what I choose it to mean - nothing more nor less."
"The question is," said Alice,
"whether you can make words mean so many different things."
"The question is," said Humpty Dumpty, "which is to be master that's all."
Through the
Looking Glass — Chapter VI: Humpty Dumpty, Lewis Carroll
"); print ( $res[$first] ) ; print (" |
CS 150: Computer Science University of Virginia |
evans@virginia.edu Using these Materials |