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_18_fg_18_06.vhd ERROR: Parse error at line 43 column 72: 33: architecture test of fg_18_06 is 34: 35: 36: 37: begin 38: 39: -- code from book 40: 41: stimulus_generator : process is 42: 43: type directory_file is file of string; ^ 44: file directory : directory_file open read_mode is "stimulus-directory"; 45: variable file_name : string(1 to 50); 46: variable file_name_length : natural; 47: variable open_status : file_open_status; 48: 49: subtype stimulus_vector is std_logic_vector(0 to 9); 50: type stimulus_file is file of stimulus_vector; 51: file stimuli : stimulus_file; 52: variable current_stimulus : stimulus_vector; 53: -- . . . WARN: Missing blame information for the following files: WARN: * ch_18_fg_18_06.vhd WARN: This may lead to missing/broken features in SonarQube