1
0
forked from GitHub/gf-core

refactored the RGL description to general and language-specific parts: new languages can be added by writing the latter ones and adding a Makefile entry

This commit is contained in:
aarne
2013-08-25 21:09:52 +00:00
parent 4e411be3b1
commit f5cd4939b8
5 changed files with 16 additions and 24 deletions

View File

@@ -1,5 +1,7 @@
all: english
english:
txt2tags -thtml --toc gf-grammar.txt
echo "English: A Digital Grammar" >gf-english.txt
cat gf-general-1.txt gf-english-1.txt gf-general-2.txt gf-english-2.txt >>gf-english.txt
txt2tags -thtml --toc gf-english.txt

View File

@@ -0,0 +1,4 @@
+Words: English-specific section+

View File

@@ -0,0 +1,4 @@
+Syntax: English-specific section+

View File

@@ -1,4 +1,3 @@
English: A Digital Grammar
Aarne Ranta
%%date
@@ -366,25 +365,3 @@ the determiner //the// in Swedish just selects an inflectional form of the noun
"the" + //bil// = //bilen// ("the car").
//BEGIN English//
+Words: English-specific section+
//END English//
+Syntax: general section+
//BEGIN English//
+Syntax: English-specific section+
//END English//

View File

@@ -0,0 +1,5 @@
+Syntax: general section+