Search code examples
Is (multi-word type name){expression-list} legal?...


c++castinglanguage-lawyergrammarbraced-init-list

Read More
LALR(1) Parser DFA Lookahead Core Question...


parsinggrammarlalr

Read More
How to analyze complicated type expressions in C++?...


c++syntaxgrammar

Read More
Simple arithmetic parser created with Kotlin and better-parse fails...


kotlinparsinggrammarcontext-free-grammar

Read More
Why can terminals have synthesized attributes but not inherited attributes?...


grammarcode-translationparse-tree

Read More
Combining a Tokenizer into a Grammar and Parser with NLTK...


pythonnlpgrammarnltk

Read More
Multiple nested expressions in ANTLR...


c#expressionantlrgrammar

Read More
How do you make an "opposite" pattern? - Needed to define a grammar with lark...


python-3.xregexgrammarlark

Read More
How can I obtain a pointer to a Grammar token or regex?...


metaprogramminggrammarrakumop

Read More
How to identify whether a grammar is LL(1), LR(0) or SLR(1)?...


parsinggrammarlr-grammarll-grammar

Read More
Concept of "Excel [Blank] Cell" in any programming language?...


parsingtypescompiler-constructiongrammarlanguage-design

Read More
Clarification on Regular Language pumping lemma...


parsinggrammarautomata

Read More
Bison: How to check if continue/break are in a loop?...


loopsscopegrammarbisonyacc

Read More
PEG error "expression cannot fail; following choices cannot be reached"...


grammarpegpest

Read More
Writing the production rules of this finite state machine...


parsinggrammarstate-machineautomatafinite-automata

Read More
First and follow of the non-terminals in two grammars...


grammarcontext-free-grammar

Read More
Left Associativity vs Left Recursion...


parsingcompiler-constructiongrammarleft-recursion

Read More
Conflict in ambiguous grammar due to ordered declaration of optional blocks...


syntaxgrammarcontext-free-grammarambiguous-grammarcup

Read More
Can this language be described by a non-ambiguous BNF grammar?...


parsinggrammarcontext-free-grammarbnf

Read More
Bison: Optional tokens in a single rule...


grammarbisonflex-lexer

Read More
How do I add operator precedence to a lark grammar for FOL with Equality?...


pythonparsinggrammarbnflark-parser

Read More
Error with tatsu : does not recognize the right grammar pattern...


pythonparsinggrammartatsu

Read More
Definition of First and Follow sets of the right-hand sides of production...


grammarcontext-free-grammarll-grammar

Read More
Which of the following language satisfies the grammar?...


grammarrdp

Read More
How to implement Backus-Naur Form in Python...


pythonparsinggrammarbnf

Read More
Why can't a using variable be used within a switch section without braces in C#?...


c#switch-statementgrammarusing-statement

Read More
Arity of BETWEEN expression...


sqlgoogle-bigqueryoperatorsgrammararity

Read More
Basic parsing structure for nested structures?...


parsingantlrgrammar

Read More
Invisible XML grammar wont work for this entry (using Coffeepot)...


javaxmlgrammarbnfinvisible-xml

Read More
Extracting records from text using Invisible XML...


xmlgrammartext-parsinginvisible-xml

Read More
BackNext