diff options
Diffstat (limited to 'doc/index.html')
-rw-r--r-- | doc/index.html | 116 |
1 files changed, 116 insertions, 0 deletions
diff --git a/doc/index.html b/doc/index.html new file mode 100644 index 000000000000..850acfd0cd13 --- /dev/null +++ b/doc/index.html @@ -0,0 +1,116 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<HTML> + <HEAD> + <META name="Author" content="john sadler"> + <META name="Description" content="Ficl - embedded scripting with object oriented programming"> + <META name="Keywords" content="scripting prototyping tcl OOP Forth interpreter C"> +<STYLE> + H1 {font: Arial; color: navy} + H2 {font: Arial; color: navy} + LI {font: Arial} +</STYLE> + <LINK rel="SHORTCUT ICON" href="ficl.ico"> + <TITLE> + Ficl - Embedded Scripting - Index + </TITLE> + </HEAD> + <BODY> + <H1> + <B>Ficl Documentation</B> + </H1> +<SCRIPT language="javascript" src="ficlheader.js" type="text/javascript"> +</SCRIPT> + <TABLE summary="table of contents" border="0" cellspacing="3" cols="2" width="675"> + <TR> + <TD width="500"> + <H2> + Contents + </H2> + <UL> + <LI> + <A href="ficl_rel.html">Release notes</A> + </LI> + <LI> + <A href="ficl.html#whatis">What is ficl?</A> + </LI> + <LI> + <A href="http://sourceforge.net/projects/ficl">Ficl project page on Sourceforge</A> + </LI> + <LI> + <A href="http://sourceforge.net/project/showfiles.php?group_id=24441">Download</A> + </LI> + <LI> + <A href="ficl.html#links">Tutorials and References</A> + </LI> + <LI> + <A href="ficl.html#includesficl">Ficl Inside!</A> + </LI> + <LI> + <A href="ficl.html#lawyerbait">Disclaimer ∓ License</A> + </LI> + <LI> + <A href="ficl.html#features">Ficl features</A> + </LI> + <LI> + <A href="ficl.html#porting">Porting</A> + </LI> + <LI> + <A href="ficl.html#api">Application Programming Interface</A> + </LI> + <LI> + <A href="ficl.html#manifest">Distribution source files</A> + </LI> + <LI> + <A href="ficl_loc.html">Local variables</A> + </LI> + <LI> + <A href="ficl_oop.html">Object Oriented Programming in ficl</A> + </LI> + <LI> + <A href="ficl_debug.html">Ficl Debugger</A> + </LI> + <LI> + <A href="ficl.html#extras">Ficl extras</A> + <UL> + <LI> + <A href="ficl.html#exnumber">Number syntax</A> + </LI> + <LI> + <A href="ficl_parse.html">Parser extensions and prefix support</A> + </LI> + <LI> + <A href="ficl.html#exsearch">Search order words</A> + </LI> + <LI> + <A href="ficl.html#exuser">User variables</A> + </LI> + <LI> + <A href="ficl.html#exmisc">Miscellaneous useful words</A> + </LI> + <LI> + <A href="ficl.html#exficlwin">FiclWin words</A> + </LI> + </UL> + </LI> + <LI> + <A href="ficl.html#ansinfo">ANS required information</A> + </LI> + </UL> + </TD> + <TD width="175"> + <A href="http://nav.webring.yahoo.com/hub?ring=forth∓list"><IMG src="http://www.iidbs.com/images/4ring.gif" width="155" height="140" border="0" alt="Forth Webring Logo"></A> + <CENTER> + <FONT size="3"><BR> + <A href="http://www.webring.org/cgi-bin/webring?ring=forth;id=47;prev5">Previous 5 Sites</A><BR> + <A href="http://www.webring.org/cgi-bin/webring?ring=forth;id=47;prev">Previous</A><BR> + <A href="http://www.webring.org/cgi-bin/webring?ring=forth;id=47;next">Next</A><BR> + <A href="http://www.webring.org/cgi-bin/webring?ring=forth;id=47;next5">Next 5 Sites</A><BR> + <A href="http://www.webring.org/cgi-bin/webring?ring=forth;random">Random Site</A><BR> + <A href="http://www.webring.org/cgi-bin/webring?ring=forth;list">List Sites</A></FONT> + </CENTER> + </TD> + </TR> + </TABLE> + </BODY> +</HTML> + |