IChooseYou
ea85b7a621
feat: add C# and Python ctypes code generators
- C# backend: [StructLayout(LayoutKind.Explicit)] with [FieldOffset], IntPtr pointers, fixed arrays, enums
- Python backend: ctypes.Structure with _fields_, POINTER() for typed pointers, c_void_p, padding
- Both support enums, vectors, bitfields, arrays, unions, static fields
- Export menu: C# Structs... and Python ctypes... entries
- Format combo auto-populates new options
- 14 new tests for both backends (all passing)
2026-03-10 15:20:56 -06:00
..
2026-02-21 17:18:24 -07:00
2026-03-08 07:28:26 -06:00
2026-03-07 06:47:16 -07:00
2026-03-01 07:42:40 -07:00
2026-02-28 06:59:22 -07:00
2026-02-24 10:37:42 -07:00
2026-03-07 11:58:08 -07:00
2026-02-19 06:32:58 -07:00
2026-03-09 10:39:22 -06:00
2026-02-28 08:21:00 -07:00
2026-02-28 06:59:22 -07:00
2026-03-04 09:21:09 -07:00
2026-03-07 11:58:08 -07:00
2026-03-09 10:39:22 -06:00
2026-02-21 17:18:24 -07:00
2026-03-01 14:02:40 -07:00
2026-03-10 15:20:56 -06:00
2026-02-21 17:18:24 -07:00
2026-03-07 11:31:04 -07:00
2026-02-21 17:18:24 -07:00
2026-03-04 13:44:42 -07:00
2026-03-08 10:26:12 -06:00
2026-02-10 23:06:55 +01:00
2026-02-06 06:52:44 -07:00
2026-02-09 12:21:03 -07:00
2026-03-04 09:21:09 -07:00
2026-03-04 09:21:09 -07:00
2026-02-19 09:29:18 -07:00
2026-02-28 12:54:38 -07:00
2026-03-07 11:58:08 -07:00
2026-02-14 13:40:58 -07:00
2026-03-04 09:21:09 -07:00
2026-03-04 09:21:09 -07:00
2026-03-04 09:21:09 -07:00
2026-03-08 08:33:21 -06:00
2026-02-19 09:29:18 -07:00
2026-03-09 10:39:22 -06:00
2026-03-07 08:31:51 -07:00