Prongc Alternatives
Similar projects and alternatives to prongc based on common topics and language
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
NeuroHTTP
NeuroHTTP is a high-performance, AI-native HTTP server built from scratch in C and Assembly, designed for low-latency handling of AI inference workloads, including local model execution and external API-based inference.
-
assembly-repl
A REPL for raw ASM assembly, LLVM IR, C++, C, Objective C on macOS/Linux ARM64/AMD64. Useful for learning assembly, optimizing LLMV output, debugging memory, etc.
-
codegraph
Fast, flexible graph database for code relationships with 16 production-ready language parsers — Python, Rust, TypeScript, Go, C/C++, Java, Kotlin, C#, PHP, Ruby, Swift, Tcl, Verilog, COBOL, Fortran (by anvanster)
prongc discussion
prongc reviews and mentions
-
prongC: A Static Analysis Tool That Helps You Detect C Shared Data Accesses
If you've ever stared at a large C codebase wondering whether two function calls touch the same shared state, you know the pain. Manual code review is error-prone, and full program analysis can be overkill. prongC was built to solve exactly this problem. It's a lightweight static analysis tool that detects shared variable accesses between function calls without requiring whole-program analysis.
Stats
omeridrissi/prongc is an open source project licensed under GNU General Public License v3.0 only which is an OSI approved license.
The primary programming language of prongc is C.