Changeset 4811
- Timestamp:
- 06/18/05 21:46:13 (4 years ago)
- svk:copy_cache_prev:
- 6617
- Files:
-
- 2 modified
-
lib/pugs/run.pod (modified) (1 diff)
-
src/Pugs/Help.hs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lib/pugs/run.pod
r4788 r4811 70 70 71 71 causes Pugs to execute the program using C<I<backend>>. Currently, valid 72 backends are C<Pugs>, C<Parrot>, and C<Haskell>.72 backends are C<Pugs>, C<Parrot>, C<PIR>, and C<Haskell>. 73 73 74 74 =item C<-CI<backend>> 75 75 76 76 causes Pugs to compile the program using C<I<backend>>. Currently, valid 77 backends are C<Pugs>, C<Parrot>, and C<Haskell>.77 backends are C<Pugs>, C<Parrot>, C<PIR>, and C<Haskell>. 78 78 79 79 Note that, as with C<-c>, C<BEGIN {...}> and C<CHECK {...}> blocks, as well as -
src/Pugs/Help.hs
r4539 r4811 43 43 putStrLn "-Bbackend execute using the compiler backend" 44 44 putStrLn "-Cbackend compile using the compiler backend" 45 putStrLn " (valid backends are: Pugs, Parrot, Haskell)"45 putStrLn " (valid backends are: Pugs, Parrot, PIR, Haskell)" 46 46 putStrLn "-Mmodule execute 'use module' before executing the program" 47 47 putStrLn "-h or --help give this message"
