diff options
| author | aarne <aarne@chalmers.se> | 2009-06-22 15:39:08 +0000 |
|---|---|---|
| committer | aarne <aarne@chalmers.se> | 2009-06-22 15:39:08 +0000 |
| commit | e89fdae2fa1626348d8025824a7469252fa85e42 (patch) | |
| tree | c7d46bbd0494043b4bd6f917a25a7687517d0547 /old-lib/index.html | |
| parent | 3049b59b35b25381a7c6787444165c200d66e08b (diff) | |
next-lib renamed to lib, lib to old-lib
Diffstat (limited to 'old-lib/index.html')
| -rw-r--r-- | old-lib/index.html | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/old-lib/index.html b/old-lib/index.html new file mode 100644 index 000000000..991015ec4 --- /dev/null +++ b/old-lib/index.html @@ -0,0 +1,60 @@ +<!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> |
