This rule generates ``` comment "#" ; ``` `$ bnfc -m -cpp_stl sample.cf` following flex file ``` <INITIAL>"#"[^\n]* /* skip */; /* BNFC: comment "#" */ ``` This is not working when I tried to read windows text file. I wish comment rule was customizable to use CRLF file.