Move gen scripts into their own package

This commit is contained in:
Kovid Goyal
2023-10-14 07:44:18 +05:30
parent cae19bba60
commit 56063b96fd
12 changed files with 93 additions and 23 deletions

4
gen/README.rst Normal file
View File

@@ -0,0 +1,4 @@
Scripts to generate code for various things like keys, mouse cursors, unicode
data etc. Some of these generate code that is checked into version control.
Some generate ephemeral code used during builds. Ephemeral code is in files
with a _generated.[h|go|c] extension.