~ruther/gtkwave-tcl-generator

ref: a2d2abb06f308b7590ba4af679a80ce5d19c0f51 gtkwave-tcl-generator/src/comment_parser.rs -rw-r--r-- 2.3 KiB
a2d2abb0 — František Boháček 2 years ago
feat: split logic of context and comment tokens

Respect DRY for file_parser. So far, the file parser did not
just parse the file, it also parsed custom comment "tokens"
and managed a context. This is not the responsibility of the
parser. The parser should just parse the file and return
the parsed parts.