GithubHelp home page GithubHelp logo

Comments (5)

p6rt avatar p6rt commented on June 26, 2024

From @chromatic

This patch cleans up some of the documentation for the perl6 utility.

-- c

from old-issue-tracker.

p6rt avatar p6rt commented on June 26, 2024

From @chromatic

p6.patch
Index: perl6
===================================================================
RCS file: /cvs/public/parrot/languages/perl6/perl6,v
retrieving revision 1.25
diff -u -r1.25 perl6
--- perl6	30 Oct 2002 10:52:12 -0000	1.25
+++ perl6	15 Nov 2002 05:48:32 -0000
@@ -792,10 +792,10 @@
 =head1 DESCRIPTION
 
 perl6 calls all the appropriate stages to parse, assemble and run a perl6
-source file. As this steps evolve this program will. Or it will get garbage
-collect somewhere in the future.
+source file. As these steps evolve this program will, or it will be garbage
+collected sometime in the future.
 
-If called with a .imc, .pasm or .pbc file, the appropriate pass(es) will be run.
+If called with .imc, .pasm or .pbc files, the appropriate pass(es) will be run.
 
 =head1 OPTIONS
 
@@ -809,7 +809,7 @@
 
 =item -C|--compile-pbc
 
-Compile to executable and run native. s. also Run options below
+Compile to executable and run native. See also Run options below.
 
 =item -B|--pbc
 
@@ -825,7 +825,7 @@
 
 =item --tree
 
-Stop after creating parse tree, doesn't generate .imc output.
+Stop after creating parse tree, do not generate .imc output.
 
 =item --raw-tree
 
@@ -833,9 +833,9 @@
 
 =item --keep-imc --keep-pasm --keep-pbc --keep-c --keep-o --keep-warn --keep-exe
 
-Keep intermediate file.ext. If perl6 stops with an error or with above
-options, temp files are always kept.
-The last output step (.pmc or executable) is of course kept.
+Keep intermediate file.ext. If perl6 stops with an error or with above options,
+temp files are always kept.  The last output step (.pmc or executable) is of
+course kept.
 
 =item -k|--keep-all
 
@@ -843,19 +843,19 @@
 
 =item --clean
 
-Unlink all files, perl6 might have generated (s. FILES below), except those
-to --keep. E.g.
+Unlink all files perl6 might have generated (see FILES below), except those
+to --keep, e.g.
 
 	perl6 file.p6 --clean --keep-exe
 
 =item --test
 
 Run tests like "make test". As the program startup and parser generation
-are done only once, with this option, tests run much faster.
+are done only once, with this option tests run much faster.
 
 =item --test-parser
 
-Interactive parser-testing mode. The parser enter an interaktive mode, an
+Interactive parser-testing mode. The parser enters an interactive mode. An
 empty line sends input to the parser.
 
 =item -g|--debug-info
@@ -871,7 +871,7 @@
 
 =item --trace
 
-Set $::RD_TRACE. You know what it is, when you want this.
+Set $::RD_TRACE. You know what it is when you want this.
 
 =item --hitem
 
@@ -946,13 +946,13 @@
 
 =item -R..|--parrot-options=bdhjpPgtv.
 
-pass option(s) to parrot, s. parrot -h
+pass option(s) to parrot, see parrot -h.
 
     e.g. "perl6 -Rb. ..."  calls "parrot -b -. ..."
 
 =item --shared
 
-Run against shared dynamic libparrot - you must build it currently manually
+Run against shared dynamic libparrot - you must currently build it manually
 in parrot root with:
 
 	cd ../..
@@ -966,7 +966,7 @@
 
 =item --ignore-exitcode
 
-don't report non zero exit codes. This is needed e.g. for make test,
+Don't report non zero exit codes. This is needed e.g. for make test,
 when native code is tested.
 
 =item --rm-exe
@@ -1022,7 +1022,7 @@
 
 =item echo 'my $a=2; print $a _ "\n"' | perl6 -vvw
 
-Show inidiviudal steps, display warning, intermediate files are named
+Show individual steps, display warning, intermediate files are named
 �a.*�.
 
 =item perl6 mops.pasm
@@ -1033,7 +1033,7 @@
 
 =head1 ENVIRONMENT
 
-As perl6 is written in perl5, s. perldoc perlrun. No environment vars
+As perl6 is written in perl5, see perldoc perlrun. No environment vars
 are used currently.
 
 =head1 FILES
@@ -1078,14 +1078,14 @@
 
 =head1 BUGS
 
-Parrot::Config doesn't provide all info needed to run. So there are
+Parrot::Config doesn't provide all info needed to run, so there are
 some hard coded values at the beginning of the program.
 
 When a intermediate stage dumps core, the message is not in file.warn.
 
 =head1 TODO
 
-- Check for core files, and optionally get bt.
+- Check for core files, and optionally get backtrace
 - clean up source file
 - more use of Parrot::Config
 - use assemble.pl's classes directly

from old-issue-tracker.

p6rt avatar p6rt commented on June 26, 2024

From [email protected]

Applied thanks.

/s

[chromatic <!--c--> <i>at</i> <!--a--> wgz.org - Thu Nov 14 21​:50​:48 2002]​:

This patch cleans up some of the documentation for the perl6 utility.

-- c

from old-issue-tracker.

p6rt avatar p6rt commented on June 26, 2024

From [email protected]

Applied thanks.

/s

[chromatic <!--c--> <i>at</i> <!--a--> wgz.org - Thu Nov 14 21​:50​:48 2002]​:

This patch cleans up some of the documentation for the perl6 utility.

-- c

from old-issue-tracker.

p6rt avatar p6rt commented on June 26, 2024

[email protected] - Status changed from 'new' to 'resolved'

from old-issue-tracker.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.