26 lines
535 B
C#

function lualogic_require(%fn){}
exec("./gen/execall.cs");
exec("./gates/diode.cs");
exec("./gates/NOT.cs");
exec("./gates/verticalDiode.cs");
exec("./gates/verticalNOT.cs");
exec("./gates/srlatch.cs");
exec("./inputs/switch.cs");
exec("./inputs/button.cs");
exec("./inputs/keyboard.cs");
exec("./inputs/iobrick.cs");
exec("./math/8bitMultiplier.cs");
exec("./math/8bitDivider.cs");
exec("./math/FullAdder.cs");
exec("./math/HalfAdder.cs");
exec("./outputs/Pixel3.cs");
exec("./special/EventGate.cs");
exec("./special/rom.cs");