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_fg_17_08.vhd ERROR: Parse error at line 31 column 29: 21: -- 22: -- $Id: ch_17_fg_17_08.vhd,v 1.2 2001-10-26 16:29:36 paw Exp $ 23: -- $Revision: 1.2 $ 24: -- 25: -- --------------------------------------------------------------------- 26: 27: package bounded_buffer_adt is 28: 29: subtype byte is bit_vector(0 to 7); 30: 31: type bounded_buffer_object; -- private ^ 32: 33: type bounded_buffer is access bounded_buffer_object; 34: 35: function new_bounded_buffer ( size : in positive ) return bounded_buffer; 36: -- creates a bounded buffer object with 'size' bytes of storage 37: 38: procedure test_empty ( variable the_bounded_buffer : in bounded_buffer; 39: is_empty : out boolean ); 40: -- tests whether the bounded buffer is empty (i.e., no data to read) 41: WARN: Missing blame information for the following files: WARN: * ch_17_fg_17_08.vhd WARN: This may lead to missing/broken features in SonarQube