kei-os / vparsec

Verilog Parser with Haskell Parsec library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vparsec is a Verilog 1995 (IEEE1364-1995) Parser with Haskell Parsec library.

i've just created the repository on github, and currently it does not work yet.

here is the Verilog's BNF used in this parser:
http://www.verilog.com/VerilogBNF.html

About

Verilog Parser with Haskell Parsec library


Languages

Language:Haskell 100.0%