Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 584 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 584 Bytes

Verilog Expression Parser

Licence: MIT

This repository contains a flex / bison parser for Verilog expressions. We will use this as part of a refinement relation parser in our ILAng project.

The flex / bison script is adapted from an open-source Verilog parser from Here originated from this archived repo.

Example

src/vexp_test.cc contains a simple example of using the parser