syntax analysis (or parsing)
parsing figures out how the tokens relate to each other and remove unnecessary information
- input - Compiler Token stream
- output - Abstract Syntax Tree & Syntax Error
Compiler Syntax Analysis Usages
Seonglae Cho
Seonglae Cho