The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

C::Sharp - Parser and Lexer for C# Programming Language

SYNOPSIS

  use C::Sharp;
  use C::Sharp::Tokener;
  use C::Sharp::Parser;

DESCRIPTION

This module distribution contains (or will contain, when it's finished) a tokeniser, parser and, hopefully, compiler for C#. C# is Microsoft's new programming language for its .NET endeavour. It bears more than a passing resemblence to Java. Like Java, it's relatively easy to implement the basics of it but the power is in the runtime.

Implementing C# in Perl is the first step to making Perl the preferred .NET Common Language Runtime for Open Source Programmers. See also, however, the Mono project at Ximian.com.

AUTHOR

Simon Cozens, simon@cpan.org

SEE ALSO

perl.