cosmetix
[k8flk.git] / html / index.html
blobea38b74732d084d766ddcdace25f955206b4214c
1 <HTML><HEAD><TITLE>FLK FORTH compiler help</TITLE></HEAD><BODY>
2 <TABLE>
3 <TR><TD></TD><TD ALIGN=CENTER>Up</TD><TD></TD></TR>
4 <TR><TD>Previous</TD>
5 <TD><IMG SRC="flk.gif"></TD>
6 <TD><A HREF=intro.html>Next</A></TD></TR>
7 <TR><TD></TD>
8 <!--TD ALIGN=CENTER>
9 <A HREF="mailto:ai108@rz.tu-ilmenau.de">Mail the author</A></TD-->
10 <TD></TD></TR>
11 </TABLE><HR>
12 <H1>FLK FORTH compiler help</H1>
14 <H2>Contents</H2>
15 <UL>
16 <LI><A HREF="intro.html">Introduction to FLK</A>
17 <UL>
18 <LI><A HREF="intro.html#history">History and Objective</A>
19 <LI><A HREF="intro.html#usage">Start-up and user interface</A>
20 <LI><A HREF="intro.html#compiler">Compiler basics</A>
21 <LI><A HREF="intro.html#primitives">Adding your own primitives</A>
22 <LI><A HREF="intro.html#level2">Addinng your own level 2 optimizer</A>
23 <LI><A HREF="intro.html#warning">Unexpected behaviour</A>
24 <LI><A HREF="intro.html#benchmarks">Benchmarks</A>
25 </UL>
26 <LI><A HREF="code.html">Code produced by FLK and gcc</A>
27 <LI><A HREF="nonstd.html">Non standard words of FLK</A>
28 <UL>
29 <LI><A HREF="nonstd.html#ccstring">Cell counted strings</A>
30 <LI><A HREF="nonstd.html#vocs">Vocabularies</A>
31 <LI><A HREF="nonstd.html#transport">Transport functions</A>
32 <LI><A HREF="nonstd.html#string">String tools</A>
33 <LI><A HREF="nonstd.html#system">System storage</A>
34 <LI><A HREF="nonstd.html#misc">Other useful words</A>
35 <LI><A HREF="nonstd.html#macro">Macro words</A>
36 <LI><A HREF="nonstd.html#library">Shared library words</A>
37 <LI><A HREF="nonstd.html#syscall">Linux system calls</A>
38 <LI><A HREF="nonstd.html#flags">Flags</A>
39 </UL>
40 <LI><A HREF="license.html">License and warranty</A>
41 <UL>
42 <LI><A HREF="license.html#license">license</A>
43 <LI><A HREF="license.html#warranty">warranty</A>
44 </UL>
45 <LI><A HREF="ANS.html">ANS required documentation</A>
46 </UL>
48 <HR><TABLE>
49 <TR><TD></TD><TD ALIGN=CENTER>Up</TD><TD></TD></TR>
50 <TR><TD>Previous</TD>
51 <TD ALIGN=CENTER><H1>FLK</H1></TD>
52 <TD><A HREF=intro.html>Next</A></TD></TR>
53 <TR><TD></TD>
54 <!--TD ALIGN=CENTER>
55 <A HREF="mailto:ai108@rz.tu-ilmenau.de">Mail the author</A></TD-->
56 <TD></TD></TR>
57 </TABLE>
58 </BODY></HTML>
59 <!-- vim:tw=78