Added support for component instantiation
Cleaned main importer, now outputs only the vhdl code
Correction of Variables,Signals,Constants definitions of initial values. Now uses an expression.
Update of importer to display only last version of pretty printed vhdl code
New version of the vhdl import + compilation
Renaming of cst_val_t type as vhdl_cst_val_t
New version of the VHDL importer with pretty printing based on ppx_show
Functional VHDL importer
Added support for subprograms, variables assignments, aggregate, others
Refactoring of vhdl data types
Added support for Process statements, signal assignment, If, Exit and Null sequential statements
Added postprocessing for numeric literals
Ongoing work on json vhdl to vhdl structure conversion
Main lustrei