Skip to content

ILAng-service/vexpparser

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Verilog Expression Parser

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 74.6%
  • Lex 14.7%
  • CMake 10.7%