p4lang / p4analyzer

A Language Server Protocol (LSP) compliant analyzer for the P4 language
Apache License 2.0
20 stars 3 forks source link

Generate Language Server Index Format (LSIF) file #19

Open awjreynolds opened 1 year ago

awjreynolds commented 1 year ago

Generating a LSIF file (https://lsif.dev/) will enable LSP features when doing static analysis (e.g. github pull request or ingestion by 3rd Party Tools post compilation tools like Intel P4 Insight).

LSIF file can be particularly useful in post compile profiling preserving the code state at compilation time.