]> git.draconx.ca Git - cdecl99.git/commit
Replace typegen.sh with a new and improved script.
authorNick Bowler <nbowler@draconx.ca>
Wed, 10 Mar 2021 07:31:59 +0000 (02:31 -0500)
committerNick Bowler <nbowler@draconx.ca>
Wed, 10 Mar 2021 07:31:59 +0000 (02:31 -0500)
commit02413704070c34bec00184120c4728854671d2d5
tree214f9a0d392281c32329850ceb37010892403836
parent32785fcd767c52ce826f8f0ed4232360e458f118
Replace typegen.sh with a new and improved script.

The old typegen.sh has a bunch of portability problems; let's write
a new script in awk which is a better tool for this sort of code
generation task anyway.
Makefile.am
test/declgen.c
test/gen-typegen.awk [new file with mode: 0755]
test/typegen.sh [deleted file]