]> git.draconx.ca Git - cdecl99.git/commitdiff
Use gperf to implement command selection.
authorNick Bowler <nbowler@draconx.ca>
Tue, 2 Mar 2021 04:28:16 +0000 (23:28 -0500)
committerNick Bowler <nbowler@draconx.ca>
Wed, 3 Mar 2021 01:23:59 +0000 (20:23 -0500)
Instead of iterating through a static a table of commands,
let's use gperf and our new string table generator to do this
a bit more efficiently.


No differences found