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_01.vhd ERROR: Parse error at line 43 column 33: 33: 34: 35: architecture test of ch_17_01 is 36: begin 37: 38: 39: process is 40: 41: -- code from book: 42: 43: type natural_ptr is access natural; ^ 44: 45: variable count : natural_ptr; 46: 47: -- end of code from book 48: 49: begin 50: 51: -- code from book: 52: 53: count := new natural; WARN: Missing blame information for the following files: WARN: * ch_17_ch_17_01.vhd WARN: This may lead to missing/broken features in SonarQube