Home
Main website
Display Sidebar
Hide Ads
Recent Changes
View Source:
Parser
Edit
PageHistory
Diff
Info
LikePages
A [Parser] is a tool for reading data. Two widely used forms of [Parser] are the RecursiveDescentParser and [FiniteStateMachine]s such as [Bison]. [Parser]s are usually the first phase of a ProgrammingLanguage [Compiler], but are also used to parse non-ProgrammingLanguage data (such as [RTF] or [XML]) and in the field of NaturalLanguageParsing.
One page links to
Parser
:
RecursiveDescentParser