← Graph

Ruby parse.y

resource 2 connections

The `parse.y` file in Ruby's MRI source tree — a Yacc grammar in BNF-like notation that defines Ruby's syntax. Małaszkiewicz inspects it to explain the adjacent-string-literal concatenation feature: the recursive `string : string1 | string string1` rule.

type
repository
about
Ruby parse.y resource
Inspects parse.y to explain string concatenation grammar.
about
Ruby parse.y resource
Takeaway illustrated with parse.y.

Provenance

Read by
5 extractions