Commit Graph

31 Commits

Author SHA1 Message Date
agra
1c32d54e01 ios + ir cleanup
- ios: --target ios/ios-sim shorthands, iOS SDK auto-discovery,
  #framework directive + BuildOptions.add_framework hook,
  .app bundle + Info.plist + codesign (ad-hoc and real),
  --codesign-identity/--provisioning-profile/--entitlements flags,
  modules/std/{objc,uikit}.sx, dynamic class registration,
  typed objc_msgSend cast pattern, UIApplicationMain handoff,
  UIWindow scene attach. Runs on iPhone hardware.
- ir: silent .s64 defaults → loud diagnostics,
  resolveReturnType infers from body, sub-byte int sizes match LLVM,
  tuple type interning includes names, compile errors exit 1
- issue-NNNN convention: resolved bugs rename to focused features
- 50 regression tests passing
2026-05-17 13:19:08 +03:00
agra
004aff5f67 wasm shell + destructuring 2026-03-03 13:21:54 +02:00
agra
03074472e5 build options #compiler 2026-03-03 09:35:50 +02:00
agra
7209e8e69d ... 2026-02-26 00:18:36 +02:00
agra
f0569a8a3e dot-shorthand and more 2026-02-25 15:51:22 +02:00
agra
566121c45a more forward declarations 2026-02-24 17:37:52 +02:00
agra
170e236764 vtables, protocol 2026-02-24 06:20:38 +02:00
agra
0cc7b69441 closures 2026-02-23 13:45:44 +02:00
agra
1cc67f9b5a optionals 2026-02-22 22:16:30 +02:00
agra
d3e574eae5 import c 2026-02-22 17:24:04 +02:00
agra
b02fe37a87 ... 2026-02-21 02:25:21 +02:00
agra
efa60fa670 ... 2026-02-20 21:50:49 +02:00
agra
6f927361aa pipes 2026-02-20 13:28:38 +02:00
agra
e0e655cd36 tuples 2026-02-19 01:26:04 +02:00
agra
188ffed5af arena 2026-02-18 15:59:49 +02:00
agra
58e2a5bdb1 multiple assign 2026-02-16 01:13:34 +02:00
agra
a3be9cce7c ... 2026-02-15 17:26:15 +02:00
agra
476bf0d268 clean 2026-02-15 11:35:47 +02:00
agra
3fd14bafac cleanup 2026-02-14 22:26:58 +02:00
agra
0e777e9d2e ... 2026-02-14 19:33:33 +02:00
agra
025b790411 enum, union 2026-02-14 13:17:22 +02:00
agra
dab162bfe4 strings 2026-02-12 16:23:42 +02:00
agra
1087bd1977 sdl phase 1 2026-02-12 12:27:35 +02:00
agra
9d96f05d3b graphics 2026-02-11 20:41:43 +02:00
agra
94b0296fd5 cleanup 2026-02-11 14:22:25 +02:00
agra
7bb4fe0c5f ufcs 2026-02-11 02:22:00 +02:00
agra
25e1372731 extend default to s64 2026-02-11 01:05:21 +02:00
agra
70435d3c85 pointers 2026-02-10 22:47:43 +02:00
agra
ef14144d49 ... 2026-02-10 21:03:56 +02:00
agra
3fde080092 quick sort 2026-02-10 18:58:04 +02:00
agra
55fc5790e4 so... jai :D 2026-02-09 18:07:41 +02:00