parser
Last updated
Was this helpful?
Last updated
Was this helpful?
⟩ ⟩ parser
A parser is a program that
reads a piece of text and produces a that reflects the structure of the program contained in that text.
if the text does not form a valid program, the parser should point out the error.