Search code examples
I need a Raku grammar to change itself based on a different match...


grammarrakudynamic-variables

Read More
Ambiguous Regular Grammar?...


grammarregular-languagecomputation-theoryformal-languages

Read More
Issue with parse order in ANTLR4 grammar...


parsingantlrantlr4grammar

Read More
How to Restrict return Statements to Function Declarations in ANTLR Grammar?...


parsingantlrgrammar

Read More
Operator precedence of `EXISTS`...


sqlgrammaroperator-precedence

Read More
How do I generate sentences from a formal grammar?...


compiler-constructioncomputer-sciencegrammarparsing

Read More
How can Pascal have conditions when it doesn't have boolean type?...


grammarpascalebnf

Read More
ANTLR 4 token rule that matches any characters until it encounters XYZ...


antlrgrammartokenizeantlr4lexical-analysis

Read More
Parsing extended lambda calculus using recursive descent...


parsingcompiler-constructiongrammarlambda-calculusll-grammar

Read More
define equality predicate Lambda-Calculus nltk...


pythonnltkgrammarlambda-calculus

Read More
Why does the C++ compiler give errors after lines instead of on them?...


c++compilationgrammar

Read More
Extensional DCG Test Cases...


unit-testingprologgrammardcg

Read More
How to enumerate a recursive datatype in Haskell?...


haskellfunctional-programminggrammarmonads

Read More
Can markdown grammar be parsed using a CFG?...


parsingmarkdowngrammarcontext-free-grammar

Read More
Using grammar from a .grammar file with ruby...


rubygrammarsnmpmib

Read More
Infinite recursion in pyparsing grammar for method signatures...


pythonsoliditygrammarpyparsing

Read More
LALR Grammar for transforming text to csv...


pythonregexgrammarebnflark-parser

Read More
ANTLR4 - Token recognition error and mismatched input...


parsingantlrantlr4grammar

Read More
Parser recognizing variables...


parsingantlr4grammar

Read More
What does the Equal Sign (not a token) in an ANTLR grammar mean?...


parsingtokenantlrgrammar

Read More
int a[] = {1,2,}; Why is a trailing comma in an initializer-list allowed?...


c++syntaxgrammarlanguage-lawyer

Read More
Antlr4 recover from error and continue parsing until EOF...


antlrgrammarantlr4antlr4cs

Read More
Strange syntax specification for python decorators...


pythongrammarpython-typing

Read More
How to build the antlr grammar provided?...


c++parsingantlrantlr4grammar

Read More
How to resolve the mistmatched input 'token' expecting 'LEXER_RULE'...


compiler-constructionantlr4grammar

Read More
Lexing Issue in ANTLR4 Grammar for Fortran 2018: Token Misclassification...


parsingfortranantlr4grammarlexer

Read More
Visual Studio Code TextMate match pattern with maximum possible length first...


vscode-extensionsgrammartextmate

Read More
How to match a single Unicode character in single quotes...


javascriptunicodegrammarpegpegjs

Read More
VSCode Extension - Grammar Injection Into Multiple Languages...


visual-studio-codegrammarcode-injectiontextmate

Read More
How to do I parse a input string in SLR(1) parser with grammar having epsilon?...


parsingcompiler-constructiongrammartheorylr-grammar

Read More
BackNext