SLIDE 1
78
Description
- f a
language
- Syntax
– Describes the structure of a program – Given as grammatical rules – States what strings are legitimate programs of the given language
- Syntax check (parsing)
– Generating a parse tree – Does the input string correspond to the grammar of the language?
- Semantics