awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 مستودع

Awesome GitHub RepositoriesGenerated C Code Inspectors

Tools that print the C source code produced by a compiler for review and debugging.

Distinct from Native Code Inspection: Distinct from Native Code Inspection: inspects generated C source code before compilation, not already compiled native machine code.

Explore 1 awesome GitHub repository matching operating systems & systems programming · Generated C Code Inspectors. Refine with filters or upvote what's useful.

Awesome Generated C Code Inspectors GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • carp-lang/carpالصورة الرمزية لـ carp-lang

    carp-lang/Carp

    5,815عرض على GitHub↗

    Carp is a statically typed Lisp compiler that compiles Lisp-like syntax directly to C source code, enabling seamless integration with existing C libraries and low-level system programming. It manages memory deterministically at compile time using ownership tracking and linear types, eliminating garbage collection pauses and runtime overhead while ensuring type safety through an inferred static type system. The language distinguishes itself through compile-time macro expansion and metaprogramming capabilities, allowing code generation and transformation before final binary output. It enforces

    Prints the C code produced for a binding or the entire generated output for review.

    Haskellfunctionalfunctional-programminggame-development
    عرض على GitHub↗5,815
  1. Home
  2. Operating Systems & Systems Programming
  3. Native Code Inspection
  4. Generated C Code Inspectors