Skip to search formSkip to main contentSkip to account menu

Recursive descent parser

Known as: Recursive-descent parser, Recursive descent parsing, Recursive descent 
In computer science, a recursive descent parser is a kind of top-down parser built from a set of mutually recursive procedures (or a non-recursive… 
Wikipedia (opens in a new tab)

Papers overview

Semantic Scholar uses AI to extract papers important to this topic.
2007
2007
The recursive descent parsing method for the context-free grammars is extended for their generalization, Boolean grammars, which… 
2007
2007
Two recent developments in the field of formal languages are Parsing Expression Grammar (PEG) and packrat parsing. The PEG… 
2004
2004
The well-known recursive descent parsing method for context-free grammars is extended for their generalization, Boolean grammars… 
1998
1998
This paper presents a construct for mapping arbitrary non-left recursive context-free grammars into recursive descent parsers… 
1994
1994
We define a class of relation grammars that satisfy the context-freeness property, which is an essential condition to solve the… 
1991
1991
A purely functional implementation of LR-parsers is given, together with a simple correctness proof. It is presented as a… 
1990
1990
A variant of the well‐known recursive descent parsing technique is developed, based on the assumption that each non‐terminal of… 
1988
1988
The usual implementation of a parser for an LL grammar is a recursive descent parser, a set of mutually recursive procedures, one… 
1985
1985
Compiler writing tools, such as parser generators, are‐commonly used to build new operators. Nevertheless, constructing compilers…