Changeset 4811

Show
Ignore:
Timestamp:
06/18/05 21:46:13 (4 years ago)
Author:
iblech
svk:copy_cache_prev:
6617
Message:

Added PIR to the list of valid backends to Pugs.Help and pugs::run.

Files:
2 modified

Legend:

Unmodified
Added
Removed
  • lib/pugs/run.pod

    r4788 r4811  
    7070 
    7171causes Pugs to execute the program using C<I<backend>>. Currently, valid 
    72 backends are C<Pugs>, C<Parrot>, and C<Haskell>. 
     72backends are C<Pugs>, C<Parrot>, C<PIR>, and C<Haskell>. 
    7373 
    7474=item C<-CI<backend>> 
    7575 
    7676causes Pugs to compile the program using C<I<backend>>. Currently, valid 
    77 backends are C<Pugs>, C<Parrot>, and C<Haskell>. 
     77backends are C<Pugs>, C<Parrot>, C<PIR>, and C<Haskell>. 
    7878 
    7979Note that, as with C<-c>, C<BEGIN {...}> and C<CHECK {...}> blocks, as well as 
  • src/Pugs/Help.hs

    r4539 r4811  
    4343        putStrLn "-Bbackend        execute using the compiler backend" 
    4444        putStrLn "-Cbackend        compile using the compiler backend" 
    45         putStrLn "                 (valid backends are: Pugs, Parrot, Haskell)" 
     45        putStrLn "                 (valid backends are: Pugs, Parrot, PIR, Haskell)" 
    4646        putStrLn "-Mmodule         execute 'use module' before executing the program" 
    4747        putStrLn "-h or --help     give this message"