Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lexical-analysis

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?

Meaning of yywrap() in flex

Writing re-entrant lexer with Flex

What does `InputElementDiv` stand for in ECMAScript lexical grammar

How to use yylval with strings in yacc

yacc bison lexical-analysis

How do Haskell compilers implement the parse-error(t) rule in practice?

DFAs vs Regexes when implementing a lexical analyzer?