ERROR: Unable to parse source file : /home/adieumeg/Documents/Repositories/lustrec-tests/vhdl_json/vhdl_files/ghdl/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1028.vhd ERROR: Parse error at line 32 column 29: 22: -- Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 23: 24: -- --------------------------------------------------------------------- 25: -- 26: -- $Id: tc1028.vhd,v 1.2 2001-10-26 16:29:38 paw Exp $ 27: -- $Revision: 1.2 $ 28: -- 29: -- --------------------------------------------------------------------- 30: 31: ENTITY c06s04b00x00p02n01i01028ent IS 32: type THREE is range 1 to 3; ^ 33: type A1 is array (THREE) of BOOLEAN; 34: type A2 is array (THREE, THREE) of BOOLEAN; 35: type A3 is array (THREE) of A1; 36: 37: type R1 is record 38: RE1: A1; 39: end record; 40: 41: type R2 is record 42: RE2: A2; WARN: Missing blame information for the following files: WARN: * tc1028.vhd WARN: This may lead to missing/broken features in SonarQube