rlaager / docsis

This program encodes a DOCSIS binary configuration file from a human-readable text configuration file.
http://docsis.sourceforge.net
GNU General Public License v2.0
114 stars 70 forks source link

removed translation of backslashes to spaces. in favor of allowing them. #59

Open rrlittle opened 6 years ago

rrlittle commented 6 years ago

I see no reason if the lexer encounters a backslash to translate it to a space. it may very well be that I could have simply removed this entry in the lexer. but I don't really know