← Graph

Yacc

tool 1 connections

Parser generator ('yet another compiler compiler') that consumes a BNF-style grammar description and emits C code. Used by Ruby's parse.y to implement the language grammar, including the rule that defines adjacent string-literal concatenation recursively.

category
tool
Notes parse.y is consumed by Yacc to emit C.

Provenance

Read by
8 extractions