| commit | 3e11172d5c7adc1fe47605180abb63ecc99ac45c | [log] [tgz] |
|---|---|---|
| author | Nikechukwu <150845642+nikeokoronkwo@users.noreply.github.com> | Mon Jun 30 14:16:26 2025 -0700 |
| committer | GitHub <noreply@github.com> | Mon Jun 30 14:16:26 2025 -0700 |
| tree | 74d45e413a7ec91c4f47aa2f7be861e6972805fd | |
| parent | c0d73b5daf6f498b91c8ce93449180a7c6b31805 [diff] |
[interop] Add Support for Function Declarations (#392) * Interop Gen: Support Function Declarations Fixes #389 * code resolution * changed primitive types from `enum` to `static const` types * minor changes * formatting * resolved code issues, added test cases, and refactored primitive type handling * Comment Resolution: - enum switch expression refactoring - other fixes * completed comment resolution