Search code examples
Coding a propositional logic parser by hand...


javaparsinggrammarlexerfinite-automata

Read More
Macro contains a cycle...


schemelexerlexical-analysisjflex

Read More
How to implement case insensitive lexical parser in Golang using gocc?...


gocompiler-constructionlexerignore-case

Read More
Make lexer consider parser before determining tokens?...


parsinglexerocamllexocamlyaccmenhir

Read More
which source file in rust language source refers_to/parse language keywords...


rustlexer

Read More
Java and regex lexer...


javaregexlexer

Read More
Using Alex in Haskell to make a lexer that parses Dice Rolls...


parsinghaskelldsllexeralex

Read More
Can't get ANTLR (Javascript target) accept Emoji in the input file...


javascriptparsingantlr4emojilexer

Read More
Handle newlines explicitly only in part of an ANTLR grammar...


parsingantlrantlr4lexer

Read More
Nim: Can't access fields of object returned by a procedure...


lexernim-lang

Read More
ANTLR4 Terminate on Lexer/Parser error Python...


pythonparsinggrammarantlr4lexer

Read More
Writing a lexer for a context sensitive markup language, that has recursive structures such as neste...


parsingrustrestructuredtextlexer

Read More
How to handle OR operator between STRING expressions inside parenthesis with PLY...


parsingyacclexlexerply

Read More
Can Table-Driven Lexers "lex" Multi-Dimensional Arrays?...


compiler-constructionlexerdfa

Read More
Fixing “multi-character literals are not allowed” error from Antlr3 grammar in Antlr4...


antlrantlr4lexer

Read More
How to use Listener method in antlr4 to get the contents of parsers?...


parsingantlrantlr4lexer

Read More
How to create a variable with letters and numbers for a lexer in racket?...


variablesracketlexer

Read More
Comment conflict in HQL grammar...


parsingantlrantlr4lexer

Read More
ANTLR (Lexer): separate arbitrary identifiers from keywords...


antlrantlr4lexer

Read More
Multiple runtime exceptions when using string array in C# for unknown reason...


c#nullreferenceexceptionlexerindexoutofrangeexception

Read More
Table-Driven Lexers - What about reserved keywords?...


compiler-constructiongrammarlexerlexical-analysisformal-languages

Read More
Tokenizing a string that could be a tuple or something else...


regexparsingsplittokenizelexer

Read More
Alex requies the result token type to be some function that takes a AlexPosn...


haskelltypeerrorlexeralex

Read More
How to push the default mode in antlr4...


antlr4lexer

Read More
How to create token in antlr4 lexer g4 file for IF () THEN abc ELSEIF () THEN xyz ElSE yzx ENDIF...


compiler-constructionantlr4lexer

Read More
Using regular definitions in PLY...


pythoncompiler-constructionlexerply

Read More
Building composable directed graphs (Thompson's construction algorithm for scanner generator)...


c++graphcompiler-constructionlexerdirected-graph

Read More
flex bison windows introduction...


cparsingbisonflex-lexerlexer

Read More
ANTLR lexer patern [\p{Emoji}]+ is matching numbers...


antlrantlr4lexer

Read More
How to choose lexer/parser rule on instanciation...


parsingantlrantlr4grammarlexer

Read More
BackNext