Results 91 to 100 of about 82,171 (148)

A Practical Parser with Combined Parsing Techniques

open access: yesInternational Journal of Software Engineering & Applications, 2015
openaire   +1 more source

DSL and Parser Combinator

open access: closedBeginning Scala 3, 2015
The dichotomy of generic and specific manifests itself in the programming sphere. Domain-specific languages (DSLs) are one of the forms of the manifestations of this dichotomy. Domain-specific languages are just what they are called: domain specific. All programming languages are domain-specific languages when they come into existence, but that changes
Vishal Layka, Dávid Pollák
semanticscholar   +3 more sources

Efficient Combinator Parsers

open access: closedInternational Symposium on Implementation and Application of Functional Languages, 1999
Parser combinators enable the construction of recursive descent parsers in a very clear and simple way. Unfortunately, the resulting parsers have a polynomial complexity and are far too slow for realistic inputs. We show how the speed of these parsers can be improved by one order of magnitude using continuations.
Pieter Koopman, Rinus Plasmeijer
semanticscholar   +3 more sources

Functional-Logic Graph Parser Combinators

open access: closedInternational Conference on Rewriting Techniques and Applications, 2008
Parser combinators are a popular technique among functional programmers for writing parsers. They allow the definition of parsers for string languages in a manner quite similar to BNF rules. In recent papers we have shown that the combinator approach is also beneficial for graph parsing.
Steffen Mazanek, Mark Minas
semanticscholar   +3 more sources

Optimizing Parser Combinators

Proceedings of the 11th edition of the International Workshop on Smalltalk Technologies, 2016
Parser combinators are a popular approach to parsing. Parser combinators follow the structure of an underlying grammar, are modular, well-structured, easy to maintain, and can recognize a large variety of languages including context-sensitive ones. However, their universality and flexibility introduces a noticeable performance overhead.
Kurs, Jan   +4 more
openaire   +2 more sources

Total parser combinators

ACM SIGPLAN Notices, 2010
A monadic parser combinator library which guarantees termination of parsing, while still allowing many forms of left recursion, is described. The library's interface is similar to those of many other parser combinator libraries, with two important differences: one is that the interface clearly specifies which parts of the constructed parsers may be ...
Nils Anders Danielsson
openaire   +2 more sources

Syntax Error Search Using Parser Combinators

2021 IEEE Conference of Russian Young Researchers in Electrical and Electronic Engineering (ElConRus), 2021
Parser combinators is a popular approach to parsing sequences generated by context-free grammars, which can be specialized data formats (e.g. JSON, YAML), markup languages like XML or HTML. At the same time, this approach is rarely used for parsing programming languages.The purpose of this paper is to study the application of parser combinators for ...
Mikhail Kuznetsov, Georgii Firsov
openaire   +2 more sources

Deterministic, error-correcting combinator parsers

Advanced Functional Programming, 1996
We show how error-correcting, deterministic, combinator parsers can be constructed for grammars which have the LL(1) property. The normal disadvantages of conventional combinator parsers, such as their lack of speed and their poor error reporting, are remedied.
Swierstra, S.D., Duponcheel, L.C.S.
openaire   +3 more sources

Parser combinators for context-free path querying

open access: closedProceedings of the 9th ACM SIGPLAN International Symposium on Scala, 2018
Transparent integration of a domain-specific language for specification of context-free path queries (CFPQs) into a general-purpose programming language as well as static checking of errors in queries may greatly simplify the development of applications using CFPQs.
Ekaterina Verbitskaia   +3 more
openalex   +2 more sources

Home - About - Disclaimer - Privacy