From 7abd4c00a225a9a61c1207617211e846464262d2 Mon Sep 17 00:00:00 2001 From: bringert Date: Fri, 22 Dec 2006 13:43:32 +0000 Subject: Added gfcc2c to GF repo. --- doc/gf-history.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'doc') diff --git a/doc/gf-history.html b/doc/gf-history.html index f25dbeec2..c75f2a080 100644 --- a/doc/gf-history.html +++ b/doc/gf-history.html @@ -49,6 +49,20 @@ Use pg -printer=vxml. generated from a multilingual GF grammar. Use pm -printer=js. +

+ +5/12 (BB) A new tool for generating C linearization libraries +from a GFCC file. make gfcc2c in src +compiles the tool. The generated +code includes header files in lib/c and should be linked +against libgfcc.a in lib/c. For an example of +using the generated code, see src/tools/c/examples/bronzeage. +make in that directory generates a GFCC file, then generates +C code from that, and then compiles a program bronzeage-test. +The main function for that program is defined in +bronzeage-test.c. + +

20/11 (AR) Type error messages in concrete syntax are printed with a -- cgit v1.2.3