Why not adopt me?
This distribution is up for adoption!
If you're interested then please contact the PAUSE module admins via
email.
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.