Search code examples
Making a Grammar LL(1)...


parsingprogramming-languagesgrammarcontext-free-grammarll-grammar

Read More
Reduce/reduce conflict bison grammar...


grammarbisonyacc

Read More
Is "Implicit token definition in parser rule" something to worry about?...


antlrgrammarantlrworksantlr4

Read More
Why is a `lambdef` allowed as a type-hint for variables?...


pythonpython-3.xgrammar

Read More
Is it possible to define an ANTLR4 grammar, nestable block where begin and end are the same token?...


antlr4grammar

Read More
Error position in recursive FParsec expressions...


error-handlingf#grammarfparsec

Read More
Is it portable to have a stray semicolon in a class' declaration...


c++classsyntaxlanguage-lawyergrammar

Read More
How to make ANTLR parser strict?...


syntax-errorgrammarstrict

Read More
Is C++ context-free or context-sensitive?...


c++syntaxgrammarcontext-free-grammarcontext-sensitive-grammar

Read More
Relation between Left factoring a grammar and removing epsilon...


grammarcontext-free-grammar

Read More
<.ident> function/capture in perl6 grammars...


regexgrammarraku

Read More
Combined grammar ANTLR option filter...


filterantlrgrammarlexer

Read More
ANTLR Grammar for Recognizing Exponential Notation Numbers and Identifiers...


parsingantlr4grammar

Read More
antlr error message seems self-contradictory? What am I doing wrong?...


parsingantlr4grammar

Read More
Matcher and Regex in Java to output what's inside Square Brackets but only once...


javaregexgrammar

Read More
ANTLR4 an optional symbol at begining of a rule...


javaparsingantlr4grammar

Read More
How to pin a Raku Grammar token to only match when at the end of a string...


grammarraku

Read More
Why are curly braces {} NOT considered an operator in C++?...


c++language-lawyergrammar

Read More
Capturing a group with a generic SQL dialect...


parsingcompiler-constructionantlrgrammarlanguage-design

Read More
c function pointer, another syntax...


cfunctionpointersgrammarfunction-declaration

Read More
SQL 4-valued logic table...


sqlnulllogicgrammardatabase-agnostic

Read More
How to define multi type as one type in golang...


gogrammar

Read More
antlr4 grammar how to specify parameters in any order...


antlr4grammar

Read More
What is the simplest way to hand-parse left recursive grammars?...


parsinglanguage-agnosticgrammarcompiler-theory

Read More
PyParsing: Conditional parsing, depending on value...


pythongrammarpyparsing

Read More
How to check whether a sentence is correct (simple grammar check in Python)?...


pythonnlpgrammar

Read More
ANTLR Grammar not...


javaantlrantlr4grammar

Read More
How to enumerate the strings of a context-free grammar?...


grammarcontext-free-grammarenumerate

Read More
if statement in R can only have one line?...


rif-statementgrammar

Read More
Can epsilon production be assumed in a left recursive grammar...


grammarcontext-free-grammarleft-recursionautomata-theory

Read More
BackNext