[PDF][PDF] Maude manual (version 3.1)

M Clavel, F Durán, S Eker, S Escobar… - … University of Illinois …, 2020 - maude.cs.illinois.edu
This introduction tries to give the big picture on the goals, design philosophy, logical
foundations, applications, and overall structure of Maude. It is written in an impressionistic …

[PDF][PDF] Maude manual (version 3.0)

M Clavel, F Durán, S Eker, S Escobar… - SRI …, 2020 - maude.cs.illinois.edu
This introduction tries to give the big picture on the goals, design philosophy, logical
foundations, applications, and overall structure of Maude. It is written in an impressionistic …

A verified Earley parser

M Rau, T Nipkow - … on Interactive Theorem Proving (ITP 2024), 2024 - drops.dagstuhl.de
An Earley parser is a top-down parsing technique that is capable of parsing arbitrary context-
free grammars. We present a functional implementation of an Earley parser verified using …

Parsing entire discourses as very long strings: Capturing topic continuity in grounded language learning

MT Luong, MC Frank, M Johnson - Transactions of the Association for …, 2013 - direct.mit.edu
Grounded language learning, the task of mapping from natural language to a representation
of meaning, has attracted more and more interest in recent years. In most work on this topic …

Derivative grammars: A symbolic approach to parsing with derivatives

I Henriksen, G Bilardi, K Pingali - Proceedings of the ACM on …, 2019 - dl.acm.org
We present a novel approach to context-free grammar parsing that is based on generating a
sequence of grammars called derivative grammars from a given context-free grammar and …

Faster general parsing through context-free memoization

G Herman - Proceedings of the 41st ACM SIGPLAN Conference on …, 2020 - dl.acm.org
We present a novel parsing algorithm for all context-free languages. The algorithm features
a clean mathematical formulation: parsing is expressed as a series of standard operations …

[图书][B] Protecting Systems from Exploits Using Language-Theoretic Security

P Anantharaman - 2022 - search.proquest.com
Any computer program processing input from the user or network must validate the input.
Input-handling vulnerabilities occur in programs when the software component responsible …

[图书][B] Linguistic parsing and program transformations

MJ Nederhof - 1994 - repository.ubn.ru.nl
ч8Ті Page 1 ч8Ті LINGUISTIC PARSING AND PROGRAM TRANSFORMATIONS MJ
Nederhof Page 2 Page 3 Linguistic Parsing and Program Transformations een …

Resolvable ambiguity: principled resolution of syntactically ambiguous programs

V Palmkvist, E Castegren, P Haller… - Proceedings of the 30th …, 2021 - dl.acm.org
When building a new programming language, it can be useful to compose parts of existing
languages to avoid repeating implementation work. However, this is problematic already at …

Practical LR Parser Generation

J Zimmerman - arXiv preprint arXiv:2209.08383, 2022 - arxiv.org
Parsing is a fundamental building block in modern compilers, and for industrial
programming languages, it is a surprisingly involved task. There are known approaches to …