1WINXED(1)             User Contributed Perl Documentation            WINXED(1)
2
3
4

NAME

6       winxed.pod - The Winxed Language
7

SYNOPSIS

9       winxed [option] [program] [args]
10

DESCRIPTION

12       This is Winxed, a High Level Language (HLL) that is packaged with
13       Parrot for tool, library and language development.
14
15       Winxed is Javascript-ish. If you are looking for something more Perl-
16       ish, you want NQP.
17
18   Command line otions
19           '-c'        : is used to compile to pir.
20           '-e==s'     : is used to evaluate.
21           '-o==s'     : is used to get Object name.
22           '-target=s' : is used to set target type.
23           '-L=s'      : is used to add to parrot library search path.
24           '-I=s'      : is used to add to parrot include search path.
25           '-X=s'      : is used to add to parrot dyntex search path.
26           '--debug'   : is used to set debug mode.
27           '--nowarn'  : is used to hide warnings.
28           '--noan'    : is used to hide code annotations.
29           '--help'    : is used to show help for options.
30           '--version' : is used to show the version of winxed and exit.
31

HELP

33       For more help or any other question you go to <http://parrot.org> or
34       <http://github.com/parrot/parrot>.Or you can send email to
35       'parrot-dev@parrot.org'.  You are also invited to join the #parrot IRC
36       channel on irc.parrot.org.
37
38
39
40perl v5.30.1                      2020-01-29                         WINXED(1)
Impressum