Skip to content

P4 compiler from p4.org emits a JSON file as an intermediate representation. A detailed parser for that JSON file is developed. As an use case for the parser library, an utility is provided that prints the JSON content in the form of the original P4 file. json_parsing_lib.py is the library, json_parsing_cmd.py is the sample application

Notifications You must be signed in to change notification settings

debatgithub/p4_json_parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

p4_json_parser

P4 compiler from p4.org emits a JSON file as an intermediate representation. A detailed parser for that JSON file is developed. As an use case for the parser library, an utility is provided that prints the JSON content in the form of the original P4 file. json_parsing_lib.py is the library, json_parsing_cmd.py is the sample application

About

P4 compiler from p4.org emits a JSON file as an intermediate representation. A detailed parser for that JSON file is developed. As an use case for the parser library, an utility is provided that prints the JSON content in the form of the original P4 file. json_parsing_lib.py is the library, json_parsing_cmd.py is the sample application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages