~ruther/gtkwave-tcl-generator

ref: 0a3ade868b783912b80af6238bfe6f055c68228e gtkwave-tcl-generator/src/comment_parser.rs -rw-r--r-- 2.4 KiB
dda368de — František Boháček 1 year, 10 months ago
fix: trim comment tokens
149db8cf — František Boháček 1 year, 10 months ago
chore: add Debug to custom types
3fb1aa4a — František Boháček 1 year, 10 months ago
fix: make all matching colors lowercase
8eaa1622 — František Boháček 1 year, 10 months ago
chore: fix formatting using fmt
a2d2abb0 — František Boháček 1 year, 10 months 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.
Do not follow this link