1
0
forked from GitHub/gf-rgl

simple script for generating a number of inflection tables as a html document

This commit is contained in:
Aarne Ranta
2019-08-02 18:21:54 +02:00
parent ce27e4e017
commit 44885e8216

11
doc/example-tables.gfs Normal file
View File

@@ -0,0 +1,11 @@
-- gf -run alltenses/LangIce.gfo <example-tables.gfs
l MkDocument (NoDefinition "") (InflectionN car_N) "" | wf -file="example-tables.html"
l MkDocument (NoDefinition "") (InflectionN man_N) "" | wf -append -file="example-tables.html"
l MkDocument (NoDefinition "") (InflectionN woman_N) "" | wf -append -file="example-tables.html"
l MkDocument (NoDefinition "") (InflectionN child_N) "" | wf -append -file="example-tables.html"
l MkDocument (NoDefinition "") (InflectionA red_A) "" | wf -append -file="example-tables.html"
l MkDocument (NoDefinition "") (InflectionA new_A) "" | wf -append -file="example-tables.html"
l MkDocument (NoDefinition "") (InflectionA good_A) "" | wf -append -file="example-tables.html"
l MkDocument (NoDefinition "") (InflectionV walk_V) "" | wf -append -file="example-tables.html"
l MkDocument (NoDefinition "") (InflectionV sleep_V) "" | wf -append -file="example-tables.html"