p4lang / p4analyzer

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

Implement a P4 parser #16

Open viluon opened 1 year ago

viluon commented 1 year ago

Currently, we have a small incremental parsing library in main. We need to extend it to support good error recovery and actually implement a P4 parser with it.