[antlr-interest] ANTLR C# Service Pack 1 on new website
    micheal_jor 
    open.zone at virgin.net
       
    Fri Jul  4 15:07:57 PDT 2003
    
    
  
Website entry:
http://www.antlr.org/share/list
Grab the file here: 
http://www.antlr.org/share/1057353989224/C:/antlr-2.7.2-CSharp-
SP1.zip
--------------------------------------------------------------
Changes since ANTLR 2.7.2:
- AST node/tree copying by using the C#/CLR ICloneable infrastructure 
is now deprecated. AST node/copying is done via reflection in any 
case. Copy constructors and Clone methods flagged as obsolete.
- Fixed bug in case insensitive support (sorry to long-suffering 
users trying to get BASIC compilers/interpreters working)
- Fixed minor issue with ASTNULL handing in TreeParsers (might apply 
to C++ and Java too - line 3964 in CSharpCodeGenerator.java). See 
related posts in the archives.
- changes in tesLiteralsTable() methods to avoid frequent exception 
throws that hurt lexer performance
- All Exception classes are now marked with the [Serializable] 
attribute (thanks Soumen Sarkur)
- The antlr.SemanticException type is now properly imported for all 
Lexers (thrown on predicate failure).
 
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/ 
    
    
More information about the antlr-interest
mailing list