diff options
author | Michael Smith <mikesmiffy128@gmail.com> | 2021-11-20 03:10:50 +0000 |
---|---|---|
committer | Michael Smith <mikesmiffy128@gmail.com> | 2021-11-20 03:18:08 +0000 |
commit | da6f343032cb01597dc7866e66f091adf3243a62 (patch) | |
tree | 870f8cb8e82bb42202ab92bea03fc6ab35ada7ca /TODO/featgen |
Initial public snapshot
With code from Bill. Thanks Bill!
Diffstat (limited to 'TODO/featgen')
-rw-r--r-- | TODO/featgen | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/TODO/featgen b/TODO/featgen new file mode 100644 index 0000000..b71f32a --- /dev/null +++ b/TODO/featgen @@ -0,0 +1,9 @@ +Feature setup code generation +==== +Once the plugin has enough features across enough C files, setting up and +tearing down everything will get kind of annoying. That's where some more code +generation might be nice. + +There's a few vague ideas of how to do this but really it's pretty open-ended +overall. In the meantime, we're just calling functions manually. Not a huge +deal, really. |