GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
WINXED(1) User Contributed Perl Documentation WINXED(1)

winxed.pod - The Winxed Language

winxed [option] [program] [args]

This is Winxed, a High Level Language (HLL) that is packaged with Parrot for tool, library and language development.

Winxed is Javascript-ish. If you are looking for something more Perl-ish, you want NQP.

    '-c'        : is used to compile to pir.
    '-e==s'     : is used to evaluate.
    '-o==s'     : is used to get Object name.
    '-target=s' : is used to set target type.
    '-L=s'      : is used to add to parrot library search path.
    '-I=s'      : is used to add to parrot include search path.
    '-X=s'      : is used to add to parrot dyntex search path.
    '--debug'   : is used to set debug mode.
    '--nowarn'  : is used to hide warnings.
    '--noan'    : is used to hide code annotations.
    '--help'    : is used to show help for options.
    '--version' : is used to show the version of winxed and exit.

For more help or any other question you go to <http://parrot.org> or <http://github.com/parrot/parrot>.Or you can send email to 'parrot-dev@parrot.org'. You are also invited to join the #parrot IRC channel on irc.parrot.org.
2014-10-21 perl v5.32.1

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.