From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 100531 invoked by alias); 16 Nov 2018 01:23:53 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 100430 invoked by uid 89); 16 Nov 2018 01:23:52 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=ALL_TRUSTED,BAYES_00,KAM_NUMSUBJECT autolearn=no version=3.3.2 spammy=cygwin's, cygwins, Cygwins, ANNOUNCEMENT X-HELO: localhost.localdomain Received: from localhost (HELO localhost.localdomain) (127.0.0.1) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 16 Nov 2018 01:23:51 +0000 Reply-To: cygwin@cygwin.com Return-Path: Authentication-Results: sourceware.org; auth=none DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cornell.edu; s=selector1; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=cfZok4VsWHC6ozvGe80XsgGkg6UR3qoXpx4JsaqCwe8=; b=CaCKFcfI9gLvW4D9PMi57ho6hAj4vDYBU/vjNHmvok7VIqg6ougKTVUlNYtkpJ+2hneHOLTzRQ2ZtmxXUsA0ypxfEype6cFj79nJjZjDgqH9URjzO84pMIJrZDwJ11I2wj4mKB9vehaTGrca8w4kaDJMzZuldD+umzJVGdBL7XQ= From: Ken Brown To: cygwin@cygwin.com Subject: [ANNOUNCEMENT] kelbt 0.16-1 Date: Fri, 16 Nov 2018 01:23:00 -0000 Message-Id: authentication-results: spf=none (sender IP is ) smtp.mailfrom=kbrown@cornell.edu; received-spf: None (protection.outlook.com: cornell.edu does not designate permitted sender hosts) Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Sender: qmail alias X-IsSubscribed: yes X-SW-Source: 2018-11/txt/msg00124.txt.bz2 The following package has been uploaded to the Cygwin distribution: * kelbt-0.16-1 Kelbt generates backtracking LALR(1) parsers. Where traditional LALR(1) parser generators require static resolution of shift/reduce conflicts, Kelbt generates parsers that handle conflicts by backtracking at runtime. Kelbt is able to generate a parser for any context-free grammar that is free of hidden left recursion. This is a new package in the Cygwin distribution. Ken Brown Cygwin's kelbt maintainer -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple