Support for the P4 language

P4 is a language to describe the processing pipeline of network devices
This commit is contained in:
Paul Chaignon
2017-02-15 06:53:46 +01:00
parent 0056095e8c
commit d58cbc68a6
8 changed files with 395 additions and 0 deletions

3
.gitmodules vendored
View File

@@ -818,3 +818,6 @@
[submodule "vendor/grammars/language-regexp"]
path = vendor/grammars/language-regexp
url = https://github.com/Alhadis/language-regexp
[submodule "vendor/grammars/atom-language-p4"]
path = vendor/grammars/atom-language-p4
url = https://github.com/TakeshiTseng/atom-language-p4