pointlander / peg

Peg, Parsing Expression Grammar, is an implementation of a Packrat parser generator.
BSD 3-Clause "New" or "Revised" License
1.02k stars 121 forks source link

The color of `peg -syntax` or `p.AST().Print(p.Buffer)` is hard to read. #119

Closed flw-cn closed 4 years ago

flw-cn commented 4 years ago

dark blue is not suitable as a character foreground color on most LCDs (with a black background), please do not hard-code this color code, or change it to another color.

image