Wiki

Clone wiki

inf225 / glossary / Recursive descent parser

[Alphabetical Index | Tag Index]

Recursive descent parser

A top-down parser built from mutually recursive functions, where each function typically implements one production rule of the grammar.

[Wikipedia]

Updated