Parser

A parser deciphers the grammar of an input stream, transforming raw symbols into a meaningful structure like a Parse Tree. It is a crucial component in systems that process language, often working with a Compiler to understand code or data.

See also

Linked from: 9cc, Interactive Fiction, Lexer, Lexing, Text Adventure
0
10 views
1 week ago