p4c
P4 compiler
An open-source compiler for the P4 programming language used to generate software that controls networking devices.
P4_16 reference compiler
685 stars
67 watching
446 forks
Language: C++
last commit: about 1 hour ago
Linked from 1 awesome list
p4p4cp4langp4language
Related projects:
Repository | Description | Stars |
---|---|---|
p4lang/behavioral-model | An implementation of a behavioral model for packet processing based on P4 programs | 552 |
henesy/c4 | A minimalist C implementation in four functions. | 5 |
c2lang/c2compiler | A C compiler written in the C2 language itself. | 703 |
rswier/c4 | An exercise project demonstrating minimalist C programming | 9,788 |
l1mey112/crepl | A compiler and interpreter for executing C code on the fly as it is typed. | 29 |
rui314/9cc | A compiler project that compiles C code to x86-64 assembly using an intermediate representation and manual memory management. | 1,831 |
pointbazaar/espl1000 | A compiler for a statically typed programming language designed for embedded systems, targeting the ATMega328P microcontroller. | 29 |
martinjaros/tm4c-gcc | A GCC-based compiler project for developing software on TI's Tiva series microcontrollers | 7 |
barn-lang/barn | A simple programming language written in C that is compiled to C. | 53 |
jafingerhut/p4-guide | A resource center for P4 programming language developers. | 539 |
cil-project/cil | CIL is a front-end for the C programming language that facilitates program analysis and transformation. | 364 |
larmel/lacc | A compiler for the C programming language written in C. | 922 |
rsms/wlang | Develops an assembler and compiler for a programming language | 46 |
kign/c4wa | A WebAssembly compiler from a simplified subset of C to Web Assembly | 24 |
qmlc/qmlc | A compiler and loader for Qt's QML language, optimizing compilation and runtime performance. | 140 |