Texonom
Texonom
/
Engineering
Engineering
/Software Engineering/Programming/Programming Language/Programming Language Structure/Compiler/Compiler Frontend/Compiler Syntax Analysis/Compiler Parser/
Parser combinator
Search

Parser combinator

Creator
Creator
Seonglae Cho
Created
Created
2022 Apr 3 15:35
Editor
Editor
Seonglae Cho
Edited
Edited
2022 Apr 3 15:35
Refs
Refs
 
 
 
 
 
 
Parser combinator - Wikipedia
In computer programming, a 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 a function accepting strings as input and returning some structure as output, typically a parse tree or a set of indices representing locations in the string where parsing stopped successfully.
Parser combinator - Wikipedia
https://en.wikipedia.org/wiki/Parser_combinator
 
 
 

Recommendations

Texonom
Texonom
/
Engineering
Engineering
/Software Engineering/Programming/Programming Language/Programming Language Structure/Compiler/Compiler Frontend/Compiler Syntax Analysis/Compiler Parser/
Parser combinator
Copyright Seonglae Cho