咨询与建议

限定检索结果

文献类型

  • 26 篇 会议
  • 11 篇 期刊文献

馆藏范围

  • 37 篇 电子文献
  • 0 种 纸本馆藏

日期分布

学科分类号

  • 35 篇 工学
    • 27 篇 软件工程
    • 20 篇 计算机科学与技术...
    • 4 篇 电气工程
    • 1 篇 信息与通信工程
    • 1 篇 控制科学与工程
  • 2 篇 理学
    • 2 篇 数学
    • 1 篇 物理学

主题

  • 37 篇 parser combinato...
  • 7 篇 parsing
  • 6 篇 languages
  • 5 篇 top-down parsing
  • 5 篇 functional progr...
  • 4 篇 design
  • 4 篇 memoization
  • 4 篇 parsing expressi...
  • 4 篇 haskell
  • 3 篇 algorithms
  • 3 篇 backtracking
  • 2 篇 performance
  • 2 篇 multi-stage prog...
  • 2 篇 algebraic dynami...
  • 2 篇 domain specific ...
  • 2 篇 graph parsing
  • 2 篇 tagless
  • 2 篇 left recursion
  • 2 篇 left quotient
  • 2 篇 ambiguity

机构

  • 3 篇 univ windsor sch...
  • 2 篇 univ tubingen tu...
  • 2 篇 univ marburg d-3...
  • 2 篇 pontificia univ ...
  • 2 篇 epfl data
  • 2 篇 epfl lamp
  • 1 篇 inria
  • 1 篇 univ nottingham ...
  • 1 篇 katholieke univ ...
  • 1 篇 univ bundeswehr ...
  • 1 篇 peking univ peop...
  • 1 篇 ctr wiskunde & i...
  • 1 篇 ctr wiskunde & i...
  • 1 篇 radboud univ nij...
  • 1 篇 here
  • 1 篇 stilo int plc ot...
  • 1 篇 royal holloway u...
  • 1 篇 univ utrecht ins...
  • 1 篇 cryspen
  • 1 篇 natl res nucl un...

作者

  • 4 篇 rendel tillmann
  • 4 篇 ostermann klaus
  • 3 篇 mascarenhas fabi...
  • 3 篇 hafiz rahmatulla...
  • 3 篇 frost richard a.
  • 2 篇 willis jamie
  • 2 篇 brachthaeuser jo...
  • 2 篇 coppey thierry
  • 2 篇 jonnalagedda man...
  • 2 篇 stucki sandro
  • 2 篇 odersky martin
  • 2 篇 mazanek steffen
  • 2 篇 maidl andre murb...
  • 2 篇 rompf tiark
  • 2 篇 wu nicolas
  • 2 篇 van binsbergen l...
  • 2 篇 ierusalimschy ro...
  • 2 篇 medeiros sergio
  • 2 篇 johnstone adrian
  • 2 篇 scott elizabeth

语言

  • 31 篇 英文
  • 6 篇 其他
检索条件"主题词=Parser combinators"
37 条 记 录,以下是1-10 订阅
排序:
parser combinators for Context-Free Path Querying  9
Parser Combinators for Context-Free Path Querying
收藏 引用
9th ACM SIGPLAN International Symposium on Scala (Scala) as part of the ACM SIGPLAN International Conference on Functional Programming (ICFP)
作者: Verbitskaia, Ekaterina Kirillov, Ilya Nozkin, Ilya Grigorev, Semyon St Petersburg State Univ St Petersburg Russia
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 simp... 详细信息
来源: 评论
parser combinators for ambiguous left-recursive grammars
Parser combinators for ambiguous left-recursive grammars
收藏 引用
10th International Symposium on Practical Aspects of Declarative Languages
作者: Frost, Richard A. Hafiz, Rahmatullah Callaghan, Paul Univ Windsor Sch Comp Sci Windsor ON N9B 3P4 Canada Univ Durham Dept Comp Sci Durham DH1 3HP England
parser combinators are higher-order functions used to build parsers as executable specifications of grammars. Some existing implementations are only able to handle limited ambiguity, some have exponential time and/or ... 详细信息
来源: 评论
Efficient parsing with parser combinators
收藏 引用
SCIENCE OF COMPUTER PROGRAMMING 2018年 161卷 57-88页
作者: Kurs, Jan Vrany, Jan Ghafari, Mohammad Lungu, Mircea Nierstrasz, Oscar Univ Bern Software Composit Grp Bern Switzerland Czech Tech Univ Software Engn Grp Prague Czech Republic Univ Groningen Software Engn & Architecture Grp Groningen Netherlands
parser combinators offer a universal and flexible approach to parsing. They follow the structure of an underlying grammar, are modular, well-structured, easy to maintain, and can recognize a large variety of languages... 详细信息
来源: 评论
Syntax Error Search Using parser combinators
Syntax Error Search Using Parser Combinators
收藏 引用
IEEE Conference of Russian Young Researchers in Electrical and Electronic Engineering (ElConRus)
作者: Kuznetsov, Mikhail Firsov, Georgii Natl Res Nucl Univ MEPhI Moscow Engn Phys Inst Moscow Russia
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 appr... 详细信息
来源: 评论
Graph parser combinators
收藏 引用
19th International Symposium on Implementation and Application of Functional Languages
作者: Mazanek, Steffen Minas, Mark Univ Bundeswehr Munich Germany
A graph language can be described by a graph grammar in a manner similar to a string grammar known from the theory of formal languages. Unfortunately, graph parsing is known to be computationally expensive in general.... 详细信息
来源: 评论
Practical, General parser combinators  16
Practical, General Parser Combinators
收藏 引用
ACM SIGPLAN Workshop on Partial Evaluation and Program Manipulation (PEPM)
作者: Izmaylova, Anastasia Afroozeh, Ali van der Storm, Tijs Ctr Wiskunde & Informat Amsterdam Netherlands
parser combinators are a popular approach to parsing where context-free grammars are represented as executable code. However, conventional parser combinators do not support left recursion, and can have worst-case expo... 详细信息
来源: 评论
A New View on parser combinators  31
A New View on Parser Combinators
收藏 引用
31st Symposium on Implementation and Application of Functional Languages (IFL)
作者: Koopman, Pieter Plasmeijer, Rinus Radboud Univ Nijmegen Nijmegen Netherlands
parser combinators offer a concise and fast way to produce reasonably efficient parsers. The combinator libraries themselves can be small and provide an elegant application of functional programming techniques. They a... 详细信息
来源: 评论
Design Patterns for parser combinators (Functional Pearl)  14
Design Patterns for Parser Combinators (Functional Pearl)
收藏 引用
14th ACM SIGPLAN International Symposium on Haskell (Haskell)
作者: Willis, Jamie Wu, Nicolas Imperial Coll London London England
parser combinators are a popular and elegant approach for parsing in functional languages. The design and implementation of such libraries are well discussed, but having a well-designed library is only one-half of the... 详细信息
来源: 评论
Total parser combinators  10
Total Parser Combinators
收藏 引用
15th ACM SIGPLAN International Conference on Functional Programming
作者: Danielsson, Nils Anders Univ Nottingham Sch Comp Sci Nottingham NG7 2RD England
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 combin... 详细信息
来源: 评论
Staged parser combinators for Efficient Data Processing  14
Staged Parser Combinators for Efficient Data Processing
收藏 引用
2014 ACM International Conference on Object-Oriented-Programming-Systems-Languages-and-Applications (OOPSLA 14)
作者: Jonnalagedda, Manohar Coppey, Thierry Stucki, Sandro Rompf, Tiark Odersky, Martin EPFL LAMP Zurich Switzerland EPFL DATA Zurich Switzerland
parsers are ubiquitous in computing, and many applications depend on their performance for decoding data efficiently. parser combinators are an intuitive tool for writing parsers: tight integration with the host langu... 详细信息
来源: 评论