2 مستودعات
Architectural patterns for applying a shared core logic across multiple language-specific syntax rules.
Distinct from Syntax Grammar Managers: Unlike grammar managers that handle external files, this is an architectural approach to sharing formatting logic across JS, CSS, and HTML.
Explore 2 awesome GitHub repositories matching software engineering & architecture · Multi-Language Grammar Mapping. Refine with filters or upvote what's useful.
js-beautify is a web language beautifier and code formatter designed to standardize the layout and structure of JavaScript, HTML, and CSS files. It reorganizes source code into a consistent, readable style by applying configurable indentation and spacing rules. The project includes a utility for unpacking minified scripts, which transforms compressed or obfuscated JavaScript into a human-readable format. It provides a command-line interface for executing bulk code reformatting across multiple files. The tool supports customizable formatting rules and language-specific overrides, which can be
Uses a shared core architectural engine with specialized rule sets to handle JavaScript, CSS, and HTML syntax.
AutoRest هو مولد SDK متعدد اللغات ومولد كود OpenAPI مصمم لإنتاج مجموعات تطوير برمجيات متسقة من تعريف API واحد. يعمل كمولد عميل REST API يحول ملفات مواصفات Swagger وOpenAPI إلى مكتبات عميل HTTP وظيفية ومكتوبة (typed). تؤتمت الأداة سير عمل تطوير الـ SDK من خلال تحويل مستندات التصميم إلى كود مصدري، مما يضمن مطابقة التنفيذات الناتجة لعقد الـ API المحدد عبر لغات برمجة مختلفة. يستخدم النظام التطوير القائم على المواصفات باستخدام تمثيل وسيط لتطبيع البيانات قبل تطبيق منطق التوليد الخاص باللغة. يستخدم توليد الكود القائم على القوالب وقوالب العميل القابلة للتوصيل لتعيين مواصفات API المجردة إلى أنماط بناء جملة متنوعة لأوقات تشغيل مستهدفة متعددة.
Translates abstract API specifications into diverse syntax patterns across multiple programming language runtimes using shared core logic.