I'm on a beta version of a perl module which
contains the grammar needed to parse VHDL files.
I wanted to put it on CPAN to get feedback.
and I wanted to find out what I should call the module.

options that come to mind are 
"VHDL"
"VHDL::Parse"
"Parse::VHDL"
"VHDL::Grammar"
"Grammar::VHDL"

the module defines the grammar for the VHDL language
in such a way as can be used by teh Parse::RecDescent module.

suggestions?

Greg London

Reply via email to