ERROR: Unable to parse source file : /home/adieumeg/Documents/Repositories/lustrec-tests/vhdl_json/vhdl_files/ghdl/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_17_ch_17_05.vhd ERROR: Parse error at line 44 column 34: 34: 35: architecture test of ch_17_05 is 36: begin 37: 38: 39: process is 40: 41: -- code from book: 42: 43: type coordinate is array (1 to 3) of real; 44: type coordinate_ptr is access coordinate; ^ 45: 46: variable origin : coordinate_ptr := new coordinate'(0.0, 0.0, 0.0); 47: 48: type time_array is array (positive range <>) of time; 49: variable activation_times : time_array(1 to 100); 50: 51: -- end of code from book 52: 53: begin 54: WARN: Missing blame information for the following files: WARN: * ch_17_ch_17_05.vhd WARN: This may lead to missing/broken features in SonarQube