remove c logic and data from network, more work on compiled gate funcs

This commit is contained in:
Redo
2022-11-13 22:43:36 -06:00
parent 1eba4bb2fa
commit bcebfed077
6 changed files with 90 additions and 34 deletions

View File

@@ -0,0 +1,13 @@
-- Auto-generated by gencfuncs.lua
local cFuncsByName = {
["diode"] = 1,
["not"] = 2,
}
local cDataSizeByName = {
["diode"] = 0,
["not"] = 0,
}
return cFuncsByName, cDataSizeByName