Next: From EBNF to BNF
Up: No Title
Previous: Part IV: Parsing
- Most compilers in practice have both a scanner for the
lexical syntax and a parser for the context-free syntax.
- better modularity
- separation of concerns
- Characters Scanner Tokens
- Tokens Parser Syntax-Tree
Christoph Zenger
4/6/2000