Syntax Analyzer
Based on the token sequence, a parser determines the syntax of a program
스캐너에서 출력된 토큰을 입력받아 코드의 구조를 나타내는 트리를 생성하는 프로그램
- specify the syntax structures in a language
- recognize syntax structures
Compiler Parser Notion
Compiler Parser Tools