~ruther/gtkwave-tcl-generator

ref: 017cbf4f138016a87dd561549aac016e665eec06 gtkwave-tcl-generator/src/display_elements.rs -rw-r--r-- 1.5 KiB
169593ee — Rutherther 2 years ago
Merge pull request #1 from Rutherther/feat/split-logic-respect-dry

Split file_parser logic
149db8cf — František Boháček 2 years ago
chore: add Debug to custom types
8eaa1622 — František Boháček 2 years ago
chore: fix formatting using fmt
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.
0f5f43a5 — František Boháček 2 years ago
feat: Add parser and tcl generator