2 Repos
Add-on modules that enable the build system to support new programming languages and frameworks.
Distinct from Framework Support: Distinct from Framework Support: refers specifically to build-system modules that enable toolset support, not plugin integrations for a specific framework.
Explore 2 awesome GitHub repositories matching part of an awesome list · Language and Framework Support Modules. Refine with filters or upvote what's useful.
LanguageTool is a multilingual grammar and style checking engine designed to detect spelling, grammar, and writing errors across multiple languages. It provides automated proofreading capabilities that can be deployed as a self-hosted server or executed as a standalone local desktop application. The project distinguishes itself through a flexible rule development framework, allowing linguistic patterns to be defined via XML or implemented as custom Java classes. It utilizes n-gram frequency modeling for confused word detection and supports neural word embeddings to improve disambiguation betw
Provides a framework for adding new languages by defining modules and writing custom error detection rules.
Premake is a build system generator and cross-platform build configuration tool. It functions as a scripting engine that transforms scripted workspace definitions into native project files for multiple build toolsets and compilers. Additionally, it can generate JSON-formatted compilation databases for use with language servers and static analysis tools. The project distinguishes itself through a programmable runtime that allows for internal function hooking and the interception of build logic. This extensibility enables users to create custom toolset generators, implement modular extensions f
Allows extending the build system with modular support for new languages and frameworks through add-on modules.