mirror of
https://github.com/adrianschlatter/threadlib.git
synced 2025-07-31 05:00:28 +02:00
- dir structure (docs, tests, design)
- renderings for README.rst
This commit is contained in:
6
design/autogenerate.awk
Normal file
6
design/autogenerate.awk
Normal file
@@ -0,0 +1,6 @@
|
||||
BEGIN { FS = "," ; RS = "\n"
|
||||
print "/* This script is auto-generated - do not edit"
|
||||
print " :License: 3-clause BSD. See LICENSE. */"
|
||||
printf "\nTHREAD_TABLE = [" }
|
||||
/^[GPM]/ { print "[\"" $1 "\", [" $2 ", " $3 ", " $4 ", [[" $5 ", " $6 "], [" $7 ", " $8 "], [" $9 ", " $10 "], [" $11 ", " $12 "]]]],"}
|
||||
END { print "];" }
|
BIN
design/threads.xlsx
Normal file
BIN
design/threads.xlsx
Normal file
Binary file not shown.
Reference in New Issue
Block a user