Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 508 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 508 Bytes

P4C (P4 compiler)

This project aims to build a compiler that can compile from a Rust like language to P4 assembly code.

Installing

CMake is used to build this project.

To Do

  • Global variables;
  • Arrays;
  • Tuples;
  • Structs;
  • Modules;
  • Standard library;
  • Optimize comparison operations;

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details