Changeset 7871 for lib/pugs/run.pod

Show
Ignore:
Timestamp:
11/06/05 14:07:06 (3 years ago)
Author:
iblech
Message:

* Usual svn props,
* pugs::run: Documented the new names for the backends.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lib/pugs/run.pod

    r7606 r7871  
    8787 
    8888causes Pugs to execute the program using C<I<backend>>. Currently, valid 
    89 backends are C<Parrot>, C<PIR>, C<Perl5>, and C<JS>. 
     89backends are C<PIR> (execution via Parrot), C<JS> (JavaScript), and C<Pugs>. 
    9090 
    9191To start the interactive shell of a backend, run C<pugs -BI<backend>>, but note 
     
    100100 
    101101causes Pugs to compile the program using C<I<backend>>. Currently, valid 
    102 backends are C<Pugs>, C<Parrot>, C<PIR>, C<Haskell>, C<JS>, and C<PIL> with its 
    103 variants C<Perl5>, C<JSON>, and C<Binary>. 
     102backends are C<Pugs>, C<PIR>, C<GHC>, C<JS>, and various variants of PIL: 
     103C<PIL1>, C<PIL1-Binary>, C<PIL1-JSON>, C<PIL1-Perl5> (and C<PIL2-...>). 
    104104 
    105105Note that, as with C<-c>, C<BEGIN {...}> and C<CHECK {...}> blocks, as well as