diff options
Diffstat (limited to 'old-lib/index.html')
| -rw-r--r-- | old-lib/index.html | 60 |
1 files changed, 0 insertions, 60 deletions
diff --git a/old-lib/index.html b/old-lib/index.html deleted file mode 100644 index 991015ec4..000000000 --- a/old-lib/index.html +++ /dev/null @@ -1,60 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<HTML> -<HEAD> -<META NAME="generator" CONTENT="http://txt2tags.sf.net"> -<TITLE>GF Grammar Libraries</TITLE> -</HEAD><BODY BGCOLOR="white" TEXT="black"> -<P ALIGN="center"><CENTER><H1>GF Grammar Libraries</H1> -<FONT SIZE="4"> -<I>Author: Aarne Ranta <aarne (at) cs.chalmers.se></I><BR> -Last update: Fri Dec 22 15:19:46 2006 -</FONT></CENTER> - -<P> -One of the main ideas of -<A HREF="..">GF</A> -is the use of libraries in grammar writing, in a way familiar -from software engineering. In this way, large grammars can -be built in cooperation, and old grammars or parts of them -can be reused in new grammars. The slides -<A HREF="resource-1.0/doc/gslt-sem-2006.html">Grammars as Software Libraries</A> -give some introduction to this idea. -</P> -<H2>The resource grammar library</H2> -<P> -This library covers basic linguistic structures of -different languages. -</P> -<P> -<A HREF="resource-1.0/doc">Version 1.1</A> released 22 December 2006 -(enhanced version of 1.0). -Covers Danish, English, Finnish, French, German, Italian, Norwegian, -Russian, Spanish, and Swedish. -</P> -<P> -Two older versions are also available: -<A HREF="resource/">Version 0.9</A> -and -<A HREF="resource-0.6/">Version 0.6</A>. -</P> -<H2>The prelude library</H2> -<P> -The <A HREF="prelude/">prelude</A> -library gives utility functions for different GF applications: -</P> -<P> -<A HREF="resource-1.0/doc/gfdoc/Precedence.html">Precedence</A>. Utilities for -formal languages: precedence levels, associatives, infixes. -</P> -<P> -<A HREF="resource-1.0/doc/gfdoc/Predef.html">Predef</A>. Type signatures -of predefined (hard-coded) functions. -</P> -<P> -<A HREF="resource-1.0/doc/gfdoc/Prelude.html">Prelude</A>. Generic utilities -for strings, tables, records, booleans. -</P> - -<!-- html code generated by txt2tags 2.3 (http://txt2tags.sf.net) --> -<!-- cmdline: txt2tags index.txt --> -</BODY></HTML> |
