~ruther/gtkwave-tcl-generator

ref: 8eaa16224aedb0f0eaa063012b661e6dc995e466 gtkwave-tcl-generator/src/file_parser.rs -rw-r--r-- 5.7 KiB
8eaa1622 — František Boháček 1 year, 7 months ago
chore: fix formatting using fmt
a2d2abb0 — František Boháček 1 year, 7 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.
0f5f43a5 — František Boháček 1 year, 7 months ago
feat: Add parser and tcl generator
Do not follow this link