=head1 TABLE OF CONTENTS This is a list of documents relating to the .NET CLI => Parrot Intermediate Representation translator. =head2 USING THE TRANSLATOR =over 4 =item L: Introduction =item L: Building =item L: Running the EXE/DLL => PBC translator =item L: Loading .NET classes directly from PIR code =back =head2 HACKING ON THE TRANSLATOR =over 4 =item L: Overview of the system =item L: The .NET metadata PMCs =item L: Translating .NET class metadata to PIR =item L: The translation rules file format =item L: The translator builder =item L: Notes on stack to register mapping =back =head2 CONSTRUCT TRANSLATION DETAILS =over 4 =item L: Arrays =item L: Calling =item L: Exceptions =item L: Managed Pointers =item L: OOP =item L: Value Types =item L: Built in types (TO DO) =item L: Strings (TO DO) =item L: Type Checking (TO DO) =item L: Visibility Modifiers (TO DO) =back