Jump to content

Search results

Did you mean: parser functions
View (previous 20 | ) (20 | 50 | 100 | 250 | 500)
  • parser combinator is a higher-order function that accepts several parsers as input and returns a new parser as its output. In this context, a parser is...
    13 KB (1,678 words) - 10:15, 11 January 2025
  • some inputs, the depth of the parse tree can be proportional to the input size, so both an LR parser and a packrat parser will appear to have the same...
    47 KB (6,505 words) - 20:06, 19 June 2025
  • Memoization (redirect from Memo function)
    recursive descent parser to solve the problem of exponential time complexity. The basic idea in Norvig's approach is that when a parser is applied to the...
    30 KB (3,741 words) - 09:02, 17 January 2025
  • The Packrat parser is a type of parser that shares similarities with the recursive descent parser in its construction. However, it differs because it...
    32 KB (1,852 words) - 05:51, 25 May 2025
  • LR parser LALR (look-ahead LR) parser Operator-precedence parser Simple LR parser Simple precedence parser Packrat parser: a linear time parsing algorithm...
    37 KB (4,880 words) - 03:36, 30 May 2025
  • Thumbnail for Parse tree
    nonterminal function is a function (node) which is either a root or a branch in that tree whereas a terminal function is a function (node) in a parse tree which...
    11 KB (1,359 words) - 13:08, 23 February 2025
  • completely in C++. Parser objects are composed through operator overloading and the result is a backtracking LL(∞) parser that is capable of parsing rather ambiguous...
    4 KB (314 words) - 21:41, 22 March 2025
  • 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 equivalent)...
    10 KB (1,109 words) - 12:39, 25 October 2024
  • Thumbnail for MediaWiki
    host image files. Among the most popular extensions is a parser function extension, ParserFunctions, which allows different content to be rendered based on...
    102 KB (9,752 words) - 20:16, 19 June 2025
  • Quezon (film) (category ParserFunction errors)
    Quezon's Game 2 is an upcoming Philippine epic historical drama film that focuses on the life of Manuel L. Quezon starring Raymond Bagatsing as the titular...
    12 KB (1,074 words) - 04:05, 20 June 2025
  • In computer science, the Earley parser is an algorithm for parsing strings that belong to a given context-free language, though (depending on the variant)...
    16 KB (1,587 words) - 01:05, 28 April 2025
  • Rebol (section parse)
    of the line. Multi-line comments or comments not ignored by the lexical parser can be written using "ordinary" datatypes like multi-line strings. Blocks...
    22 KB (2,158 words) - 21:26, 4 June 2025
  • Thumbnail for RB Omiya Ardija
    RB Omiya Ardija (category Pages with too many expensive parser function calls)
    RB Ōmiya Ardija (RB大宮アルディージャ, Arubi Ōmiya Arudīja) is a Japanese professional association football club based in Ōmiya, Saitama Prefecture. Its "hometown"...
    44 KB (1,319 words) - 02:58, 13 June 2025
  • recursive descent parser, in which each of the nonterminals schematically represents a parsing function. Each of these nonterminal-functions takes as its input...
    7 KB (922 words) - 22:56, 20 February 2024
  • computer science, an LL parser (left-to-right, leftmost derivation) is a top-down parser for a restricted context-free language. It parses the input from Left...
    31 KB (4,481 words) - 22:37, 23 May 2025
  • called a parser generator. It handles only syntactic analysis. A formal description of a language is usually a grammar used as an input to a parser generator...
    41 KB (5,129 words) - 00:57, 18 May 2025
  • List of Turkish Germans (category Pages with too many expensive parser function calls)
    The following is a list of notable Turkish Germans. This includes people of full or partial ethnic Turkish origin born in Germany, as well as ethnic Turkish...
    187 KB (14,932 words) - 18:47, 16 June 2025
  • shift-reduce parser scans and parses the input text in one forward pass over the text, without backing up. The parser builds up the parse tree incrementally...
    20 KB (2,667 words) - 20:45, 28 April 2025
  • operator-precedence parser is a bottom-up parser that interprets an operator-precedence grammar. For example, most calculators use operator-precedence parsers to convert...
    16 KB (1,839 words) - 15:28, 5 March 2025
  • Thumbnail for XML
    XML (redirect from XML parser)
    typed local variables in the code doing the parsing, while SAX, for instance, typically requires a parser to manually maintain intermediate data within...
    59 KB (7,246 words) - 22:46, 19 June 2025
View (previous 20 | ) (20 | 50 | 100 | 250 | 500)