← Graph

Lexer and Parser Generators

tool 2 connections

Category of tooling (e.g. Yacc-style generators) that, given a grammar for a language, produces a lexer and parser emitting tokens and an AST or other internal representation. Halasz's practical recommendation: nobody writes compilers from scratch; use these generators together with existing virtual machines.

category
tool
about
Lexer and Parser Generators tool
Practical closing advice to use existing generators rather than writing parsers by hand.
about
Lexer and Parser Generators tool
Takeaway recommends using generators instead of hand-writing parsers.

Provenance

Read by
5 extractions