forked from GitHub/comp-syntax-gu-mlt
start files for lab2
This commit is contained in:
17
lab2/old/wikipedia-2022/FactsFin.gf
Normal file
17
lab2/old/wikipedia-2022/FactsFin.gf
Normal file
@@ -0,0 +1,17 @@
|
||||
concrete FactsFin of Facts =
|
||||
open SyntaxFin, SymbolicFin, (E=ExtendFin) in {
|
||||
|
||||
lincat
|
||||
Fact = Cl ;
|
||||
Object = NP ;
|
||||
Attribute = CN ;
|
||||
Value = NP ;
|
||||
Name = NP ;
|
||||
|
||||
lin
|
||||
AttributeFact attr obj val = mkCl (mkNP (E.GenNP obj) attr) val ;
|
||||
NameObject name = name ;
|
||||
NameValue name = name ;
|
||||
IntValue int = symb int ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user