Search code examples
PEGjs: Request Help/guide in defining Arithmetic functions...

javascriptcontext-free-grammarpegjs

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

kotlinparsinggrammarcontext-free-grammar

Read More
CFG for L={ a^n b^m : n <= m+3 , n,m>=0}...

context-free-grammarcontext-free-language

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

grammarcontext-free-grammar

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

syntaxgrammarcontext-free-grammarambiguous-grammarcup

Read More
What kind of parser is a pratt parser?...

parsingcontext-free-grammarpratt-parser

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

parsinggrammarcontext-free-grammarbnf

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

grammarcontext-free-grammarll-grammar

Read More
How to resolve reduce-reduce conflict in Irony?...

context-free-grammarironyreduce-reduce-conflict

Read More
How can I tell ANTLR to use only the branch I specify, not other branches。...

compiler-constructionantlrantlr4context-free-grammarebnf

Read More
Can all context free grammars be converted to NFA/DFA?...

parsingcontext-free-grammardfanfa

Read More
Remove ambiguity in grammar for expression casting...

parsingcompiler-constructiongrammarcontext-free-grammarjison

Read More
Which grammars can be parsed using recursive descent without backtracking?...

parsingluacontext-free-grammarll-grammarrecursive-descent

Read More
How to remove this unit production while converting cfg to cnf...

context-free-grammarchomsky-normal-form

Read More
Can I define the XML syntax using an operator precedence grammar?...

xmlparsingsyntaxoperator-precedencecontext-free-grammar

Read More
How to produce a sequence of parallel XML elements (STag content ETag) using its grammar?...

xmlparsingsyntaxcontext-free-grammar

Read More
JavaScript grammar notation...

javascriptgrammarcontext-free-grammar

Read More
Handling prolog context free grammar...

prologcontext-free-grammardcgprolog-dif

Read More
writing a parser in prolog...

parsingprologcontext-free-grammardcg

Read More
Checking if a string is contained in a language (Prolog)...

prologcontext-free-grammardcg

Read More
In a tree-sitter grammar, how do I match a non-delimited list of values in a non-associative way?...

parsinggrammarcontext-free-grammartreesitter

Read More
Find a grammar for the following language...

grammarcontext-free-grammar

Read More
This LL(1) parse table is correct?...

compilationgrammarcontext-free-grammar

Read More
What are terminal and nonterminal symbols?...

grammarcontext-free-grammarrebolred-lang

Read More
Undocummented operator in ANTLR4 grammar: expr op=('*'|'/') expr...

antlr4context-free-grammar

Read More
pyparsing variables that refer to each other...

pythoncontext-free-grammarpyparsing

Read More
Program to convert context free language to push down automata?...

context-free-grammarlanguage-theorypushdown-automaton

Read More
Need help in forming a correct grammar for arithmetic expressions...

parsingcontext-free-grammar

Read More
Difference between an LL and Recursive Descent parser?...

parsinggrammarcontext-free-grammarrecursive-descentll-grammar

Read More
SLR(1) and LALR(1) grammar conflicts...

parsinggrammarcontext-free-grammarlr-grammar

Read More
BackNext