A simple, possibly correct LR parser for C11

JH Jourdan, F Pottier - ACM Transactions on Programming Languages …, 2017 - dl.acm.org
The syntax of the C programming language is described in the C11 standard by an
ambiguous context-free grammar, accompanied with English prose that describes the
concept of “scope” and indicates how certain ambiguous code fragments should be …

A Simple, Possibly Correct LR Parser for C11

JH Jourdan, F Pottier - ACM transactions on programming …, 2017 - dialnet.unirioja.es
The syntax of the C programming language is described in the C11 standard by an
ambiguous context-free grammar, accompanied with English prose that describes the
concept of “scope” and indicates how certain ambiguous code fragments should be …

[PDF][PDF] A Simple, Possibly Correct LR Parser for C11

JH Jourdan, F Pottier - hal.inria.fr
This paper explains how to build a compliant C11 parser by combining: an LALR (1)
automaton, produced out of a context-free grammar by an LALR (1) parser generator; a
lexical analyzer or “lexer”, also generated from a declarative description; and a “lexical …

A Simple, Possibly Correct LR Parser for C11

JH Jourdan, F Pottier - ACM Transactions on Programming …, 2017 - hal.archives-ouvertes.fr
The syntax of the C programming language is described in the C11 standard by an
ambiguous context-free grammar, accompanied with English prose that describes the
concept of" scope" and indicates how certain ambiguous code fragments should be …

[PDF][PDF] A simple, possibly correct LR parser for C11

JH Jourdan, F Pottier - gallium.inria.fr
This paper explains how to build a compliant C11 parser by combining: an LALR (1)
automaton, produced out of a context-free grammar by an LALR (1) parser generator; a
lexical analyzer or “lexer”, also generated from a declarative description; and a “lexical …

[PDF][PDF] A simple, possibly correct LR parser for C11

JH Jourdan, F Pottier - jhjourdan.mketjh.fr
This paper explains how to build a compliant C11 parser by combining: an LALR (1)
automaton, produced out of a context-free grammar by an LALR (1) parser generator; a
lexical analyzer or “lexer”, also generated from a declarative description; and a “lexical …

A Simple, Possibly Correct LR Parser for C11

JH Jourdan, F Pottier - ACM Transactions on Programming Languages …, 2017 - hal.inria.fr
The syntax of the C programming language is described in the C11 standard by an
ambiguous context-free grammar, accompanied with English prose that describes the
concept of" scope" and indicates how certain ambiguous code fragments should be …