From 2ee0c255b0155cc66b3ae2d67496f38c6dbca221 Mon Sep 17 00:00:00 2001 From: dtrg Date: Sat, 4 Feb 2006 01:43:29 +0000 Subject: [PATCH] Updated for the LLgen 1.0 release. --- index.html | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/index.html b/index.html index 074eb8499..7f844185c 100644 --- a/index.html +++ b/index.html @@ -37,6 +37,21 @@ alt="Valid HTML 4.01!" height="31" width="88">

Home

+

2006-02-04

+

LLgen has just been released as a seperate package!

+

LLgen is a LL(1) parser generator, quite similar to yacc or bison, that can generate +recursive descent parsers from Extended Context-Free grammars (which makes it quite a +bit more useful than yacc or bison). The ACK uses it extensively, but as it's a +standalone component, I've decided that it would be useful to distribute this +seperately. LLgen's input files are almost identical to yacc's, so if you can use yacc +and have been getting frustrated with its limitations, LLgen is for you.

+

I've rewritten the build system and overhauled the source so it compiles +cleanly with gcc; it should work fine on modern systems (and extremely quickly). The +package contains full documentation, and LLgen is, like the ACK, licensed under the +new-style BSD license.

+

You can get it +from the Sourceforge download page right next to the ACK.

+

2005-06-25

We make our first release!

Version 5.6 of the ACK has now hit Sourceforge and is @@ -426,6 +441,8 @@ generator

Installation

+ +

The ACK

To install the ACK, you need to download the source package and compile it.

@@ -439,6 +456,14 @@ please remember to join the mailing list.

Enjoy.

+ +

LLgen

+

LLgen is available +on its own (note: you do not need to download this if you want to +install version 5.6 of the ACK). It is a very simple package; do install, decompress and +follow the instructions in the README.

+

LLgen should work on any modern system with gcc and groff.

+

 

 

 

-- 2.34.1