mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-07-02 20:18:33 -06:00
partial implementation of Ancient Greek RGL
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
--# -path=.:../abstract:../common
|
||||
|
||||
concrete TerminologyGrc of Terminology = CatGrc ** open
|
||||
ResGrc,
|
||||
ParadigmsGrc,
|
||||
(G = GrammarGrc),
|
||||
(S = SyntaxGrc),
|
||||
(L = LexiconGrc),
|
||||
Prelude
|
||||
in {
|
||||
flags coding=utf8 ;
|
||||
|
||||
|
||||
lincat
|
||||
Category = G.N ;
|
||||
ParameterType = G.N ;
|
||||
Parameter = G.N ;
|
||||
|
||||
Heading = {s : Str} ;
|
||||
|
||||
-- stolen from Ger, incomplete
|
||||
}
|
||||
Reference in New Issue
Block a user