I would like that release, thanks
-----Original Message----- From: Don Syme [mailto:dsyme@;MICROSOFT.COM] Sent: Monday, November 04, 2002 9:13 PM To: [EMAIL PROTECTED] Subject: Re: [DOTNET-ROTOR] [Dotnet-sscli] Metatada and IL parsing? Hi Jason, The AbstractIL toolkit (http://research.microsoft.com/projects/ilx) offers a very complete framework for reading, writing and manipulating IL at an abstract level. It has been successfully used for a compiler (F#), a static analysis project (by Cedric Fournet and Tomasz Blanc) and an Aspect-like project (enforcing security properties by program rewriting, Kevin Hamlen). We will be using it for many more projects inside MSR. The release on the website is now a little old, and does not include the latest features I have available internally in Microsoft. These include - a complete binary reader and writer, including high-performance lazy construction of the abstract object graph - PDB writing - F# (i.e. .NET managed) versions of the libraries, for use from F# or C# - a number of simplifications to the abstract model I will also be adding PDB reading, i.e. the ability to fold PDB files into the abstract object structure, preserving the information during your manipulations and writing it out again. If you'd like an early drop of the new release please let me know. Best wishes, Don -----Original Message----- From: Jason Whittington [mailto:jasonw@;develop.com] Sent: Friday, November 01, 2002 10:04 PM To: 'Discussion of the Rotor Shared Source CLI implementation'; [EMAIL PROTECTED]; 'Compiler Developers for .NET' Subject: [Dotnet-sscli] Metatada and IL parsing? I'm looking at a project that will involve a fairly large amount of IL and Metadata parsing. I know John Gough's guys were working on some libraries for manipulating IL and metadata and I've talked to some other people but haven't found a good library yet. At this point I also don't know exactly what I need, so sorry if I'm being vague. Thanks for any leads! Jason _______________________________________________ Dotnet-sscli mailing list [EMAIL PROTECTED] http://mailserver.di.unipi.it/mailman/listinfo/dotnet-sscli This message is for the named person's use only. It may contain sensitive and private proprietary or legally privileged information. No confidentiality or privilege is waived or lost by any mistransmission. If you are not the intended recipient, please immediately delete it and all copies of it from your system, destroy any hard copies of it and notify the sender. You must not, directly or indirectly, use, disclose, distribute, print, or copy any part of this message if you are not the intended recipient. CREDIT SUISSE GROUP and each legal entity in the CREDIT SUISSE FIRST BOSTON or CREDIT SUISSE ASSET MANAGEMENT business units of CREDIT SUISSE FIRST BOSTON reserve the right to monitor all e-mail communications through its networks. Any views expressed in this message are those of the individual sender, except where the message states otherwise and the sender is authorized to state them to be the views of any such entity. Unless otherwise stated, any pricing information given in this message is indicative only, is subject to change and does not constitute an offer to deal at any price quoted. Any reference to the terms of executed transactions should be treated as preliminary only and subject to our formal written confirmation.
