[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Patches for ANTLR
From: |
Stéphane Corthésy |
Subject: |
Patches for ANTLR |
Date: |
Sun, 30 Mar 2003 16:12:12 +0200 |
Here are some patches for gsantlr.
Question: is it still actively maintained?? Last entry in Changelog is
dated 2001-08-20!
It is used in GSWeb though.
Stéphane
gsantlr-patches.txt.gz
Description: GNU Zip compressed data
Changelog
gsantlr/ANTLRAST.m: corrected type; replaced old(?) methods -[NSString
stringWithoutSuffix:] and -[NSString stringWithoutPrefix:] with
-[NSString stringByDeletingSuffix:] and -[NSString
stringByDeletingPrefix:]
gsantlr/ANTLRASTFactory.m: replaced +[NSException raise] (unknown on
OSX) by +[NSException raise:format:] (more explicit anyway)
gsantlr/ANTLRASTNULLType.m: provided stub for -[ANTLRASTNULLType
toStringListWithSiblingSeparator:openSeparator:closeSeparator:]
gsantlr/ANTLRBitSet.h: added #import use on OSX
gsantlr/ANTLRCharScanner.m: replaced old(?) method +[NSException
raise:format:arguments:] by +[NSException raise:format:]
gsantlr/ANTLRCommon.h: added #import use on OSX
gsantlr/ANTLRException.h: added #import use on OSX
gsantlr/ANTLRException.m: corrected memory leaks when raising exception
gsantlr/ANTLRLog.m: replaced method +[NSString stringWithFormat:] by
the OSX-compatible one -[NSString initWithFormat:]
gsantlr/ANTLRMismatchedTokenException.h: declared
+[ANTLRMismatchedTokenException raise] and
+[ANTLRMismatchedTokenException raiseWithTokenNames:expectedRange::AST:]
gsantlr/ANTLRMismatchedTokenException.m: implemented
+[ANTLRMismatchedTokenException raise]; corrected memory leaks when
raising exception
gsantlr/ANTLRNoViableAltException.m: corrected memory leaks when
raising exception
gsantlr/ANTLRTextStreamProtocols.m: corrected memory leaks when raising
exception
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Patches for ANTLR,
Stéphane Corthésy <=