|
|
73a64b2ec3
|
fix potential memory leak in cmdlist_from_wordlist
This leak would happen if the alocation of the builder fails. In that case, we
don't free our copy of the wordlist
|
2025-03-28 14:50:37 +01:00 |
|
|
|
88ed66e138
|
refactor cmdlist.num_cmds -> cmdlist.num_cmd to be more consistent
|
2025-03-28 14:50:37 +01:00 |
|
|
|
5379ad34f2
|
cmdlist debug: implement debug func (STUB)
I need to actually parse some cmdlists for this to have any meaning further
|
2025-03-28 14:50:37 +01:00 |
|
|
|
40c5164eef
|
tree debug: create library for easy indent/dedent
|
2025-03-28 14:50:37 +01:00 |
|
|
|
47a61699ab
|
cmdlist debug: tree debug printing (STUB)
|
2025-03-28 14:50:37 +01:00 |
|
|
|
131ba36d93
|
cmdlist refactor: use cmdlist instead of command_list as a shorthand
I hope this doesn't break too much code ^^
|
2025-03-28 14:50:37 +01:00 |
|