ABSTRACT

Once we have identified the tokens in our program, we then want to determine its syntactic structure. That is, we want to put the tokens together to make the larger syntactic entities: expressions, statements, methods, and class definitions. This process of determining the syntactic structure of a program is called parsing.