Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lexical-analysis

FLEX: Is there a way to return multiple tokens at once

Are there any off-the-shelf solutions for lexical analysis in Haskell that allow for a run-time dynamic lexicon?

Parsing Python function calls to get argument positions

How to recognize words in text with non-word tokens?

Syntactic predicates in ANTLR lexer rules

Character position in scanner using Lex/Flex

How to turn a token stream into a parse tree [closed]

Return multiple tokens in ocamllex

Prolog DCG: Writing programming language lexer

prolog lexical-analysis dcg

Lexical Analysis of Python Programming Language

What is the meaning of yytext[0]?

What is a regular expression for control characters?

ANTLR4: Any difference between import and tokenVocab?

How to parse a tab-separated line of text in Ruby?

Parsing structured text in Ruby

How do I implement a two-pass scanner using Flex?

How do I write a parser in C or Objective-C without a parser generator?

How to efficiently implement longest match in a lexer generator?

Regular expressions - Matching whitespace

What can create a lexical error in C?