awesome-repositories.com

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

استكشفعمليات بحث منسقةOpen-source alternativesSelf-hosted softwareالمدونةخريطة الموقع
المشروعحولHow we rankالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
awesome-repositories.comالتصنيفاتالمدونة
hsutter avatar

hsutter/cppfront

0
View on GitHub↗

Cppfront

cppfront هو واجهة أمامية لامتداد لغة C++ ومترجم من المصدر إلى المصدر. يعمل كمحول بناء جملة يحول امتدادات اللغة التجريبية إلى كود C++ متوافق مع المعايير، مما يسمح بإنشاء نماذج أولية لميزات اللغة الجديدة داخل أنظمة البناء الحالية.

يوفر المشروع طبقة ترجمة تضيف دعماً لمطابقة الأنماط، والعقود، واستيفاء السلاسل. ويتضمن أداة برمجة وصفية للانعكاس في وقت التجميع وإنشاء الكود الآلي باستخدام دوال وصفية متخصصة.

يؤتمت النظام العديد من مهام التطوير، بما في ذلك حل ترتيب التبعية من خلال الإعلانات الأمامية التلقائية وإدارة أوضاع تمرير المعلمات. كما يطبق تحليلاً ثابتاً لإدراج فحص الحدود التلقائي وتحسين إدارة الموارد من خلال تطبيق دلالات النقل في آخر نقطة استخدام للمتغير.

تتضمن الأداة آلية تحقق لضمان بقاء الكود المصدري القياسي دون تغيير أثناء عملية الترجمة لمنع تراجعات بناء الجملة.

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

Features

  • Language Prototyping Toolkits - Enables experimentation with new C++ syntax and features by translating them into standard compliant code.
  • Experimental Syntax Support - Converts experimental source code into standard syntax to enable new features within existing build systems.
  • Mixed Syntax Parsers - Handles source files containing both standard and experimental syntax within a single compilation unit.
  • Compile-Time Metafunctions - Ships a metaprogramming tool that uses compile-time reflection and specialized metafunctions for automated code generation.
  • Language Extension Transformers - Translates experimental C++ language extensions into standard compliant code via a syntax transformation pipeline.
  • Language Extension Frontends - Provides a translation layer that adds support for pattern matching, contracts, and string interpolation to C++.
  • Pattern Matching - Translates high-level pattern matching expressions into standard C++ conditional logic.
  • Compile-Time Meta-Programming - Enables compile-time reflection and automated code generation using specialized C++ metafunctions.
  • C++ Source-to-Source Translators - Converts experimental C++ syntax into standard C++ code to enable prototyping of new language features.
  • Metafunction Code Generators - Implements a system for compile-time reflection and automated code generation using specialized C++ metafunctions.
  • Compile-Time Metaprogramming - Provides a reflection system to execute metafunctions for introspection and automated code generation during compilation.
  • Source-to-Source Translation - Implements a multi-pass source-to-source translation pipeline to convert experimental extensions into standard compliant C++ code.
  • Automated Memory Optimizations - Automatically applies move semantics and bounds checking to reduce memory overhead and prevent errors.
  • Automatic Move Semantics Optimization - Automatically applies move semantics to variables at their last point of use to optimize resource management.
  • Embedded Regular Expression Syntax - Provides specialized syntax to embed regular expression logic directly into the language for more efficient validation.
  • Forward Declarations - Provides automatic generation of forward declarations to eliminate the need for specific definition ordering in source files.
  • Parameter Passing Constraints - Automates the selection between value and reference passing using standardized parameter modes.
  • Software Contract Systems - Introduces specialized syntax for defining preconditions and postconditions to ensure software correctness through contracts.
  • String Interpolation - Adds support for embedding expressions into string literals using simplified syntax for automated value capture and formatting.
  • Syntax Automation Layers - Simplifies development by automating forward declarations and managing parameter passing modes through a translation layer.
  • Syntax Transformers - Automates forward declarations and applies move semantics to optimize resource management.
  • Runtime Bounds Checking - Automatically inserts runtime checks on container subscript accesses to prevent out-of-bounds memory errors.
  • Declaration Order Resolution - Automatically generates forward declarations so functions and types work regardless of their definition order.
  • Instrumentation Generators - Automatically inserts bounds checking and move semantics based on static analysis of container sizes and variable lifetimes.
  • أدوات المطور - Experimental C++ syntax compiler
5,964 نجوم·267 تفرعات·C++·1 مشاهدة

سجل النجوم

مخطط تاريخ النجوم لـ hsutter/cppfrontمخطط تاريخ النجوم لـ hsutter/cppfront

Frequently asked questions

What does hsutter/cppfront do?

cppfront هو واجهة أمامية لامتداد لغة C++ ومترجم من المصدر إلى المصدر. يعمل كمحول بناء جملة يحول امتدادات اللغة التجريبية إلى كود C++ متوافق مع المعايير، مما يسمح بإنشاء نماذج أولية لميزات اللغة الجديدة داخل أنظمة البناء الحالية.

What are the main features of hsutter/cppfront?

The main features of hsutter/cppfront are: Language Prototyping Toolkits, Experimental Syntax Support, Mixed Syntax Parsers, Compile-Time Metafunctions, Language Extension Transformers, Language Extension Frontends, Pattern Matching, Compile-Time Meta-Programming.

What are some open-source alternatives to hsutter/cppfront?

Open-source alternatives to hsutter/cppfront include: crazyguitar/pysheeet — pysheeet is a technical reference library providing a curated collection of code snippets and implementation patterns… c3lang/c3c — c3c is the compiler for the C3 programming language, transforming source code into executable binaries, static… janet-lang/janet — Janet is a Lisp-based dynamic programming language featuring a register-based bytecode virtual machine and an… reasonml/reason — Reason is a strongly typed functional language and multi-target compiler designed to produce either JavaScript for web… google/j2objc — j2objc is a source-to-source compiler and transpiler that converts Java source code into Objective-C. It functions as… hylang/hy — Hy is a Lisp implementation for Python that allows for writing Lisp syntax which compiles to Python bytecode. It…

بدائل مفتوحة المصدر لـ Cppfront

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Cppfront.
  • crazyguitar/pysheeetالصورة الرمزية لـ crazyguitar

    crazyguitar/pysheeet

    8,150عرض على GitHub↗

    pysheeet is a technical reference library providing a curated collection of code snippets and implementation patterns for advanced Python development, system integration, and high-performance computing. It serves as a comprehensive guide for implementing low-level network programming, native C extensions, and asynchronous and concurrent programming. The project provides specialized frameworks for the development and deployment of large language models, including tools for distributed GPU inference and high-performance serving. It also includes detailed patterns for high-performance computing

    Python
    عرض على GitHub↗8,150
  • c3lang/c3cالصورة الرمزية لـ c3lang

    c3lang/c3c

    5,147عرض على GitHub↗

    c3c is the compiler for the C3 programming language, transforming source code into executable binaries, static libraries, or dynamic libraries using an LLVM backend. It implements a system based on result-based error handling, scoped memory pooling, and a semantic macro system. The compiler provides first-class support for hardware-backed SIMD vectors that map directly to processor instructions and enables runtime polymorphism through interface-based dynamic dispatch. The project covers a broad set of low-level capabilities, including manual and pooled memory management, inline assembly inte

    C3c3compilerlanguage
    عرض على GitHub↗5,147
  • janet-lang/janetالصورة الرمزية لـ janet-lang

    janet-lang/janet

    4,308عرض على GitHub↗

    Janet is a Lisp-based dynamic programming language featuring a register-based bytecode virtual machine and an embeddable scripting engine. It functions as a fiber-based concurrency runtime and includes a parsing engine based on Parsing Expression Grammars. The project is distinguished by its ability to be integrated into C or C++ applications via a minimal header interface. It utilizes a Lisp-style macro system for compile-time code transformation and employs prototype-based table inheritance for object-oriented behavior. The runtime covers a broad set of capabilities, including asynchronous

    Ccfunctional-languageimperative-language
    عرض على GitHub↗4,308
  • reasonml/reasonالصورة الرمزية لـ reasonml

    reasonml/reason

    10,313عرض على GitHub↗

    Reason is a strongly typed functional language and multi-target compiler designed to produce either JavaScript for web environments or native machine code for operating systems. It serves as an OCaml-compatible language that shares an abstract syntax tree with OCaml, providing a practical syntax for the OCaml ecosystem. The project functions as a type-safe frontend language, incorporating JSX support to build user interfaces through structural elements that translate into type-safe function calls. It enables deep integration with the JavaScript ecosystem, allowing the use of existing librarie

    OCamljavascriptocamlprogramming-language
    عرض على GitHub↗10,313
عرض جميع البدائل الـ 30 لـ Cppfront→