From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1KOruS-0003ks-Fs for mharc-grub-devel@gnu.org; Fri, 01 Aug 2008 06:30:56 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KOruQ-0003ig-00 for grub-devel@gnu.org; Fri, 01 Aug 2008 06:30:54 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KOruK-0003cB-QL for grub-devel@gnu.org; Fri, 01 Aug 2008 06:30:53 -0400 Received: from [199.232.76.173] (port=36189 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KOruK-0003c0-JO for grub-devel@gnu.org; Fri, 01 Aug 2008 06:30:48 -0400 Received: from smtp-vbr10.xs4all.nl ([194.109.24.30]:4196) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KOruJ-0003li-LC for grub-devel@gnu.org; Fri, 01 Aug 2008 06:30:48 -0400 Received: from localhost.localdomain (249-174.surfsnel.dsl.internl.net [145.99.174.249]) by smtp-vbr10.xs4all.nl (8.13.8/8.13.8) with ESMTP id m71AUhhs028950 for ; Fri, 1 Aug 2008 12:30:44 +0200 (CEST) (envelope-from mgerards@xs4all.nl) From: Marco Gerards To: The development of GRUB 2 References: <4892907B.8020204@coresystems.de> <4892943F.1080000@coresystems.de> Mail-Copies-To: mgerards@xs4all.nl Date: Fri, 01 Aug 2008 12:32:57 +0200 In-Reply-To: (bean123ch@gmail.com's message of "Fri, 1 Aug 2008 12:47:22 +0800") Message-ID: <87bq0dhvom.fsf@xs4all.nl> User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Scanned: by XS4ALL Virus Scanner X-detected-kernel: by monty-python.gnu.org: FreeBSD 4.6-4.9 Subject: Re: slight oddity in script parser 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: Fri, 01 Aug 2008 10:30:54 -0000 Hi, Bean writes: > Perhaps we should use automatic tool to generate the lexer, like using > bison for the parser. But I recall that Marco encounter some issue > with flex, but I can't remember what it's now. You are right. I am not happy with the current lexer and would prefer a generated lexer like flex. Unfortunately, flex depends on a POSIX environment. -- Marco