Skip to content

ace-design/p4-lsp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

p4-lsp

Tests

A Rust implementation of the Language Server Protocol for the P4 Programming Language.

Development is active in the dev branch.

Survey

Fill out the survey to help us design this tool : Link

Installation

Disclaimer: This software is not production ready and probably won't work out of the box.

MacOS and Linux

  1. Install Cargo
curl https://sh.rustup.rs -sSf | sh
  1. Install the language server
cargo install --git https://github.com/ace-design/p4-lsp.git

Windows

Windows is not currently supported.