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 is a multi-language SDK generator and OpenAPI code generator designed to produce consistent software development kits from a single API definition. It functions as a REST API client generator that transforms Swagger and OpenAPI specification files into functional, typed HTTP client libraries. The tool automates the SDK development workflow by converting design documents into source code, ensuring that the resulting implementations match the defined API contract across different programming languages. The system employs specification-driven development using an intermediate represent
Translates abstract API specifications into diverse syntax patterns across multiple programming language runtimes using shared core logic.