diff options
| author | Paul Buetow <paul@buetow.org> | 2008-09-06 06:07:13 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2008-09-06 06:07:13 +0000 |
| commit | cd6b13ef50dee85b9c89c6ee47e14e8b04302715 (patch) | |
| tree | 63aa44316cd8a4452ea5df5edebc4b838553f9ec /docs | |
| parent | c738c27ae49964efcad859d522b1ac0badf4a16e (diff) | |
docu ypdate
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/help.txt | 2 | ||||
| -rw-r--r-- | docs/pod/fype.1.gz | bin | 6051 -> 6093 bytes | |||
| -rw-r--r-- | docs/pod/fype.html | 13 | ||||
| -rw-r--r-- | docs/pod/fype.man | 18 | ||||
| -rw-r--r-- | docs/pod/fype.pod | 14 | ||||
| -rw-r--r-- | docs/pod/fype.tex | 17 | ||||
| -rw-r--r-- | docs/pod/fype.txt | 13 | ||||
| -rw-r--r-- | docs/version.txt | 2 |
8 files changed, 62 insertions, 17 deletions
diff --git a/docs/help.txt b/docs/help.txt index e676e64..d7163e6 100644 --- a/docs/help.txt +++ b/docs/help.txt @@ -1,4 +1,4 @@ -Fype v0.0-devel Build 9201 +Fype v0.1-devel Build 9208 Copyright by Paul C. Buetow (2005 - 2008) <fype@dev.buetow.org> -e Executes given code string (see synopses) -h Prints this help diff --git a/docs/pod/fype.1.gz b/docs/pod/fype.1.gz Binary files differindex bf89a36..997c2f5 100644 --- a/docs/pod/fype.1.gz +++ b/docs/pod/fype.1.gz diff --git a/docs/pod/fype.html b/docs/pod/fype.html index a489e26..65bb572 100644 --- a/docs/pod/fype.html +++ b/docs/pod/fype.html @@ -71,7 +71,7 @@ <h1><a name="name">NAME</a></h1> <p><strong>Fype</strong> is <strong>f</strong>or <strong>y</strong>our <strong>p</strong>rogram <strong>e</strong>xecution</p> <p><strong>Fype</strong> is <strong>f</strong>ree <strong>y</strong>ak <strong>p</strong>rogramed for <strong>E</strong>LF</p> -<p>It's not a hype - it's Fype!</p> +<p>It's not a hype - it's <strong>Fype</strong>!</p> <p> </p> <hr /> @@ -101,7 +101,7 @@ TODO file of the source distribution of Fype!</p> </p> <hr /> <h1><a name="requirements">REQUIREMENTS</a></h1> -<p>Fype only has been tested on FreeBSD 7.0. Linux may work too. Windows support is not planned. But may work using Cygwin or SFU.</p> +<p>Fype only has been tested on FreeBSD 7.0. Linux may work too. Windows support is not planned. But may work using Cygwin or SFU. Linux users have to install pmake before compiling Fype!</p> <p>You will also need:</p> <pre> GNU GCC C Compiler (gcc.gnu.org) @@ -110,7 +110,14 @@ TODO file of the source distribution of Fype!</p> </p> <hr /> <h1><a name="getting_started">GETTING STARTED</a></h1> -<p>Extract, compile and install Fype:</p> +<p>On Linux: Extract, compile and install Fype:</p> +<pre> + tar xvjf fype.tar.bz2 + cd fype + pmake + sudo pmake install + pmake clean</pre> +<p>On FreeBSD: Extract, compile and install Fype:</p> <pre> tar xvjf fype.tar.bz2 cd fype diff --git a/docs/pod/fype.man b/docs/pod/fype.man index 789f1b2..de7e5e4 100644 --- a/docs/pod/fype.man +++ b/docs/pod/fype.man @@ -129,13 +129,13 @@ .\" ======================================================================== .\" .IX Title "FYPE 1" -.TH FYPE 1 "2008-09-05" "Fype v0.0-devel Build 9201" "The Fype Users Manual Page" +.TH FYPE 1 "2008-09-06" "Fype v0.1-devel Build 9207" "The Fype Users Manual Page" .SH "NAME" \&\fBFype\fR is \fBf\fRor \fBy\fRour \fBp\fRrogram \fBe\fRxecution .PP \&\fBFype\fR is \fBf\fRree \fBy\fRak \fBp\fRrogramed for \fBE\fRLF .PP -It's not a hype \- it's Fype! +It's not a hype \- it's \fBFype\fR! .SH "SYNOPSES" .IX Header "SYNOPSES" .IP "\fBfype\fR [\-[hsvTV]] file.fy" 4 @@ -162,7 +162,7 @@ Fancy stuff like \s-1OOP\s0 or unicode or threading is not yet planed. But fancy The Fype syntax is very simple and is using a maximum look ahead of 1 and a very easy top down parsing. Fype is parsing and interpreting its code simultaneous. This means, that syntax errors are only detected during program runtime. .SH "REQUIREMENTS" .IX Header "REQUIREMENTS" -Fype only has been tested on FreeBSD 7.0. Linux may work too. Windows support is not planned. But may work using Cygwin or \s-1SFU\s0. +Fype only has been tested on FreeBSD 7.0. Linux may work too. Windows support is not planned. But may work using Cygwin or \s-1SFU\s0. Linux users have to install pmake before compiling Fype! .PP You will also need: .PP @@ -172,7 +172,17 @@ You will also need: .Ve .SH "GETTING STARTED" .IX Header "GETTING STARTED" -Extract, compile and install Fype: +On Linux: Extract, compile and install Fype: +.PP +.Vb 5 +\& tar xvjf fype.tar.bz2 +\& cd fype +\& pmake +\& sudo pmake install +\& pmake clean +.Ve +.PP +On FreeBSD: Extract, compile and install Fype: .PP .Vb 5 \& tar xvjf fype.tar.bz2 diff --git a/docs/pod/fype.pod b/docs/pod/fype.pod index 181f39f..c795c89 100644 --- a/docs/pod/fype.pod +++ b/docs/pod/fype.pod @@ -4,7 +4,7 @@ B<Fype> is B<f>or B<y>our B<p>rogram B<e>xecution B<Fype> is B<f>ree B<y>ak B<p>rogramed for B<E>LF -It's not a hype - it's Fype! +It's not a hype - it's B<Fype>! =head1 SYNOPSES @@ -35,7 +35,7 @@ The Fype syntax is very simple and is using a maximum look ahead of 1 and a very =head1 REQUIREMENTS -Fype only has been tested on FreeBSD 7.0. Linux may work too. Windows support is not planned. But may work using Cygwin or SFU. +Fype only has been tested on FreeBSD 7.0. Linux may work too. Windows support is not planned. But may work using Cygwin or SFU. Linux users have to install pmake before compiling Fype! You will also need: @@ -44,7 +44,15 @@ You will also need: =head1 GETTING STARTED -Extract, compile and install Fype: +On Linux: Extract, compile and install Fype: + + tar xvjf fype.tar.bz2 + cd fype + pmake + sudo pmake install + pmake clean + +On FreeBSD: Extract, compile and install Fype: tar xvjf fype.tar.bz2 cd fype diff --git a/docs/pod/fype.tex b/docs/pod/fype.tex index c6804f8..f344138 100644 --- a/docs/pod/fype.tex +++ b/docs/pod/fype.tex @@ -9,7 +9,7 @@ -It's not a hype - it's Fype! +It's not a hype - it's \textbf{Fype}! \section{SYNOPSES\label{SYNOPSES}\index{SYNOPSES}} \begin{description} @@ -46,7 +46,7 @@ The Fype syntax is very simple and is using a maximum look ahead of 1 and a very \section{REQUIREMENTS\label{REQUIREMENTS}\index{REQUIREMENTS}} -Fype only has been tested on FreeBSD 7.0. Linux may work too. Windows support is not planned. But may work using Cygwin or SFU. +Fype only has been tested on FreeBSD 7.0. Linux may work too. Windows support is not planned. But may work using Cygwin or SFU. Linux users have to install pmake before compiling Fype! @@ -59,7 +59,18 @@ You will also need: \section{GETTING STARTED\label{GETTING_STARTED}\index{GETTING STARTED}} -Extract, compile and install Fype: +On Linux: Extract, compile and install Fype: + +\begin{verbatim} + tar xvjf fype.tar.bz2 + cd fype + pmake + sudo pmake install + pmake clean +\end{verbatim} + + +On FreeBSD: Extract, compile and install Fype: \begin{verbatim} tar xvjf fype.tar.bz2 diff --git a/docs/pod/fype.txt b/docs/pod/fype.txt index be020d9..92e62d6 100644 --- a/docs/pod/fype.txt +++ b/docs/pod/fype.txt @@ -41,7 +41,8 @@ PARSING / CODE GENERATION REQUIREMENTS Fype only has been tested on FreeBSD 7.0. Linux may work too. Windows - support is not planned. But may work using Cygwin or SFU. + support is not planned. But may work using Cygwin or SFU. Linux users + have to install pmake before compiling Fype! You will also need: @@ -49,7 +50,15 @@ REQUIREMENTS NetBSD Make aka pmake (GNU Make will not work) (it's included in any *BSD) GETTING STARTED - Extract, compile and install Fype: + On Linux: Extract, compile and install Fype: + + tar xvjf fype.tar.bz2 + cd fype + pmake + sudo pmake install + pmake clean + + On FreeBSD: Extract, compile and install Fype: tar xvjf fype.tar.bz2 cd fype diff --git a/docs/version.txt b/docs/version.txt index fb83624..8493ac9 100644 --- a/docs/version.txt +++ b/docs/version.txt @@ -1 +1 @@ -Fype v0.0-devel Build 9201 +Fype v0.1-devel Build 9208 |
