2006
DOI: 10.1016/j.entcs.2006.10.007
|View full text |Cite
|
Sign up to set email alerts
|

Scannerless Boolean Parsing

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

0
4
0

Year Published

2007
2007
2020
2020

Publication Types

Select...
2
2

Relationship

0
4

Authors

Journals

citations
Cited by 4 publications
(4 citation statements)
references
References 11 publications
0
4
0
Order By: Relevance
“…In general, conjunctive and Boolean grammars should not be difficult to implement in existing projects, since the widely used GLR parsing algorithm can handle conjunctive and Boolean rules [21,31]. Besides parsing algorithms, no other essential grammar technologies and tools have yet been developed for Boolean grammars.…”
Section: Afterthoughtsmentioning
confidence: 99%
See 1 more Smart Citation
“…In general, conjunctive and Boolean grammars should not be difficult to implement in existing projects, since the widely used GLR parsing algorithm can handle conjunctive and Boolean rules [21,31]. Besides parsing algorithms, no other essential grammar technologies and tools have yet been developed for Boolean grammars.…”
Section: Afterthoughtsmentioning
confidence: 99%
“…The most practical parsing algorithm for Boolean grammars is a variant of the Generalized LR (GLR) [31], which runs in worst-case time O(n 4 ) and operates very similarly to the GLR for ordinary grammars [45]. Two implementations of Boolean GLR are known [21,26]. In the literature, GLR parsers have sometimes been applied to analyzing programming languages symbol by symbol, without an intermediate layer of lexical analysis [8,10,17]: this is known as scannerless parsing [38].…”
Section: Introductionmentioning
confidence: 99%
“…Extending the parsing schemata formalisation to work with Boolean grammars can be done in a similar style to generalising any other particular particular parsing technique to work with Boolean grammars [22], [28], [29], [30], [38]. Armed with such a combined methodology, we plan to construct a parsing schema for each of the semi-parsing methods listed before in subsection II-A.…”
Section: Proposed Methodsmentioning
confidence: 99%
“…Technical support for Boolean grammars includes parsing algorithms in the styles of recursive descent [29], LL(k) [30], LR [28], SGLR/RNGLR [22] and TXL parse views [38].…”
Section: B Boolean Grammarsmentioning
confidence: 99%