December 2018
Intermediate to advanced
394 pages
10h 26m
English
Syntactic parsing is a process that analyzes a continuous flow of input data (input read, for example, from a file or a keyboard) in order to determine its structure thanks to a given formal grammar. A parser is a program that performs this task. Usually, parsers aren't written by hand, but made through parser generators. In most languages, syntactic analysis operates on a token sequence in which the lexical analyzer splits the input.
Read now
Unlock full access