2009
DOI: 10.1007/978-3-642-00722-4_10
|View full text |Cite
|
Sign up to set email alerts
|

Faster Scannerless GLR Parsing

Abstract: Abstract. Analysis and renovation of large software portfolios requires syntax analysis of multiple, usually embedded, languages and this is beyond the capabilities of many standard parsing techniques. The traditional separation between lexer and parser falls short due to the limitations of tokenization based on regular expressions when handling multiple lexical grammars. In such cases scannerless parsing provides a viable solution. It uses the power of context-free grammars to be able to deal with a wide vari… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

0
14
0

Year Published

2009
2009
2017
2017

Publication Types

Select...
4
4
1

Relationship

1
8

Authors

Journals

citations
Cited by 19 publications
(14 citation statements)
references
References 19 publications
(28 reference statements)
0
14
0
Order By: Relevance
“…However with the advent of more powerful computers, newer parsing methods (such as scanner-less RNGLR (Economopoulos et al, 2009), Yakker (Jim et al, 2010) and Packrat (Ford, 2002)) are fast enough that the use of a dedicated scanner is unnecessary.…”
Section: Extensible Parsingmentioning
confidence: 99%
“…However with the advent of more powerful computers, newer parsing methods (such as scanner-less RNGLR (Economopoulos et al, 2009), Yakker (Jim et al, 2010) and Packrat (Ford, 2002)) are fast enough that the use of a dedicated scanner is unnecessary.…”
Section: Extensible Parsingmentioning
confidence: 99%
“…Despite that, there have been attempts to augment various existing parsing methods, including Earley and GLR, to enable parsing of context-dependant constraints in [8]. A variation of RNGLR parser suitable for scanerless parsing is described in [9].…”
Section: Related Workmentioning
confidence: 99%
“…There have been a number of recent efforts to build parser generators that support unrestricted context-free grammars [24,32,30,6]. In particular, McPeak has made a number of convincing arguments for abandoning the constraints of LR [23].…”
Section: Towards Full Context-free Grammarsmentioning
confidence: 99%