complement in 9.25
This commit is contained in:
18
notes/3.md
18
notes/3.md
@@ -34,8 +34,22 @@ One of the purposes of the compiler is error handling.
|
||||
|
||||
## Parsing
|
||||
|
||||
### Top-down Parsing
|
||||
* Top-down Parsing
|
||||
|
||||
**Recursive Descent Parsing**
|
||||
|
||||
### Predictive Parsing
|
||||
by using backtracking
|
||||
|
||||
* Predictive Parsing
|
||||
|
||||
|
||||
Parsing Table: no need to backtrack.
|
||||
|
||||
|
||||
|
||||
### Parser Implement
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user