2 repos
Libraries and tools for transforming source code into structured representations like abstract syntax trees.
Distinguishing note: Focuses on the configuration of the parsing process itself rather than the language runtime.
Explore 2 awesome GitHub repositories matching programming languages & runtimes · Parsers. Refine with filters or upvote what's useful.
This project is an interactive command-line shell designed to provide a user-friendly terminal environment for system interaction and task automation. It functions as both an interactive interface for developers and a scripting runtime, featuring a clean, consistent syntax that simplifies command execution and process management. The shell distinguishes itself through a focus on discoverability and real-time feedback. It includes a predictive suggestion engine that offers command completions and history-based hints as you type, alongside a dedicated parser that provides immediate visual feedb
Analyzes command strings in real-time to provide immediate visual feedback on syntax validity.
This project is a static analysis engine designed to identify patterns, enforce coding standards, and automate code quality improvements in software projects. By parsing source code into structured abstract syntax trees, it enables deep programmatic inspection and the automated remediation of identified programming issues. The engine functions as a pluggable linting framework, allowing developers to extend its core capabilities through a modular architecture. Users can inject custom rules, parsers, and processors to support non-standard file formats or domain-specific logic. This extensibilit
Adjust how source code is interpreted by enabling specific language features like syntax extensions or reserved words to ensure accurate tree generation.