From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1D1B9B-0002Gj-8u for mharc-grub-devel@gnu.org; Tue, 15 Feb 2005 17:26:21 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D1B98-0002Fo-HC for grub-devel@gnu.org; Tue, 15 Feb 2005 17:26:18 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D1B94-0002Dz-Lh for grub-devel@gnu.org; Tue, 15 Feb 2005 17:26:17 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D1B94-0002Dw-Ee for grub-devel@gnu.org; Tue, 15 Feb 2005 17:26:14 -0500 Received: from [212.43.237.68] (helo=kotoba.storever.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1D1AvR-00004u-5M for grub-devel@gnu.org; Tue, 15 Feb 2005 17:12:09 -0500 Received: from ASSP-nospam (localhost [127.0.0.1]) by kotoba.storever.com (Postfix) with ESMTP id 216E3FEA0E01 for ; Tue, 15 Feb 2005 23:12:07 +0100 (CET) Received: from 127.0.0.1 ([127.0.0.1] helo=localhost) by ASSP-nospam ; 15 Feb 05 22:12:06 -0000 From: "Yoshinori K. Okuji" Organization: enbug.org To: The development of GRUB 2 Date: Tue, 15 Feb 2005 23:13:16 +0100 User-Agent: KMail/1.7.1 References: <20050207121011.GC1380@mjk.myfqdn.de> <87ekfibz36.fsf@marco.marco-g.com> <42122071.1080708@list.ru> In-Reply-To: <42122071.1080708@list.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200502152313.17124.okuji@enbug.org> Subject: Re: Scripting X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Feb 2005 22:26:19 -0000 On Tuesday 15 February 2005 17:16, Serbinenko Vladimir wrote: > >One thing that should be looked into before using flex and bison is > >how much the binary will grow. > > I think less than with hand-writing parser because of its structure I like a hand-written parser as long as it is clean. flex and bison are difficult to use in GRUB, because they emit source code which include many header files. Okuji