Search code examples
Why do lexers usually define a var as not being able to start with a number?...


parsingcompiler-constructionlexer

Read More
Should an escaped unicode hex value '\u0000' in a JSON string be validated by the lexer or t...


jsonparsinglexer

Read More
How to write a bison file to automatically use a token enumeration list define in a C header file?...


c++parsingyaccbisonlexer

Read More
Error: unknown type name 'ASTNode' in Bison parser when integrating with Flex lexer...


cparsingabstract-syntax-treebisonlexer

Read More
How to use EBNF to drive the Parser?...


parsingtokenizelexerebnf

Read More
I'm writing a programming language in Python, but I have a problem with the lexer function...


pythonpython-3.xprogramming-languageslexerhigh-level

Read More
Code Folding with custom Lexer (ScintillaNET)...


c#.netlexerfoldingscintilla

Read More
How to make lex/flex recognize tokens not separated by whitespace?...


parsingcompiler-constructionlexlexer

Read More
Trouble with String.split in F#...


stringf#lexer

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


parsingfortranantlr4grammarlexer

Read More
How to customize indentation in Geany...


indentationlexergeany

Read More
Why does my JavaScript lexer split my floats as an identifier and a float?...


javascriptlexer

Read More
String augmentation and concatenation in ANTLR...


antlrantlr4lexer

Read More
ANTLR4 matches to lexer rule instead of parser rule...


parsingantlrantlr4grammarlexer

Read More
String goes from normal characters to garbage for an as of yet indiscernible reason...


cjsonstringlexer

Read More
Trouble in defining Array in ANTLR4...


arraysantlr4lexer

Read More
Go lang else is called first when it should not...


gofor-looplexer

Read More
Pygment lexer multiple tokens...


c++lexerpygments

Read More
Which runs first in bash? lexer, or expander?...


bashparsinglexerexpander

Read More
Haskell parser created with Alex and Happy doesn't work because of main function, someone can te...


parsinghaskelllexerhappyalex

Read More
where does `input(yytext, yyleng)` function come from in flex scanner?...


c++compiler-constructionflex-lexerlexer

Read More
Can you conditionally change ANTLR lexer modes?...


antlrantlr4lexer

Read More
Multiline inputs are not possible through code...


javascriptstringalgorithmparsinglexer

Read More
How ANTLR4 lexer consume more any tokens and stop at existing rules?...


phptokenantlr4lexer

Read More
Combined grammar ANTLR option filter...


filterantlrgrammarlexer

Read More
Trouble with ANTLR4 Fortran 2018 Grammar - Unexpected Errors and Mismatched Input...


parsingfortranantlr4lexerfortran2018

Read More
I do not understand why error(incompatible operand types) occurred in my c++ code...


c++lambdaconditional-operatorlexer

Read More
Antlr dynamic end of token capture with target-language function?...


parsingantlrlexer

Read More
Alternative that can match an empty string with simple grammar in ANTLR4...


goparsingcompiler-constructionantlr4lexer

Read More
ANTLR4 : problems with parsing symbols like minus and dot in both numbers and strings...


regexparsingantlr4symbolslexer

Read More
BackNext