tzlaine / parser

A C++ parser combinator library.
Boost Software License 1.0
69 stars 12 forks source link

Code snippet is not in code font #136

Closed LegalizeAdulthood closed 3 months ago

LegalizeAdulthood commented 4 months ago

On the page Mutable Symbol Tables, the code snippet in the tip at the bottom of the page is not in code font.

symbols<int> roman_numerals; roman_numerals.insert_for_next_parse("I", 1)("V", 5)("X", 10);