| parrotcode: code for running Perl 6 from command line | |
| Contents | Language Implementations | Perl6 | 

main.pir -- code for running Perl 6 from command line

See Perl6.pir for a synopsis.

main(PMC args)
2006-04-14: This implementation currently converts program text to iso-8859-1 instead of leaving things as unicode.
Ideally we'd like to do everything in unicode,
since that's what Perl 6 says to do,
but unfortunately Parrot doesn't know how to perform some ops (notably downcase) on unicode strings unless ICU is present,
and not everyone has ICU yet.
So,
until we get that worked out in Parrot,
we'll compile the program as ISO-8859-1.

Copyright (C) 2006, The Perl Foundation.
This is free software; you may redistribute it and/or modify it under the same terms as Parrot.
|  |   |