From 83ad9250db1151da69ef42b13529d7012c6777fe Mon Sep 17 00:00:00 2001 From: dtrg Date: Sat, 4 Feb 2006 01:54:18 +0000 Subject: [PATCH] Fixed typo. --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 7f844185c..1692e9fc8 100644 --- a/index.html +++ b/index.html @@ -43,7 +43,7 @@ alt="Valid HTML 4.01!" height="31" width="88"> 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 +separately. 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 -- 2.34.1