mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 11:19:32 -06:00
fixes to make resource Makefile to run without errors
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
|
||||
incomplete resource Constructors = open Grammar in {
|
||||
|
||||
flags optimize=noexpand ;
|
||||
|
||||
-- This module gives access to the syntactic constructions of the
|
||||
-- GF Resource Grammar library. Its main principle is simple:
|
||||
-- to construct an object of type $C$, use the function $mkC$.
|
||||
|
||||
4
lib/resource-1.0/api/SyntaxDan.gf
Normal file
4
lib/resource-1.0/api/SyntaxDan.gf
Normal file
@@ -0,0 +1,4 @@
|
||||
--# -path=.:alltenses:prelude
|
||||
|
||||
instance SyntaxDan of Syntax = ConstructorsDan, CatDan, StructuralDan ** {} ;
|
||||
|
||||
4
lib/resource-1.0/api/SyntaxIta.gf
Normal file
4
lib/resource-1.0/api/SyntaxIta.gf
Normal file
@@ -0,0 +1,4 @@
|
||||
--# -path=.:alltenses:prelude
|
||||
|
||||
instance SyntaxIta of Syntax = ConstructorsIta, CatIta, StructuralIta ** {} ;
|
||||
|
||||
4
lib/resource-1.0/api/SyntaxNor.gf
Normal file
4
lib/resource-1.0/api/SyntaxNor.gf
Normal file
@@ -0,0 +1,4 @@
|
||||
--# -path=.:alltenses:prelude
|
||||
|
||||
instance SyntaxNor of Syntax = ConstructorsNor, CatNor, StructuralNor ** {} ;
|
||||
|
||||
4
lib/resource-1.0/api/SyntaxRus.gf
Normal file
4
lib/resource-1.0/api/SyntaxRus.gf
Normal file
@@ -0,0 +1,4 @@
|
||||
--# -path=.:alltenses:prelude
|
||||
|
||||
instance SyntaxRus of Syntax = ConstructorsRus, CatRus, StructuralRus ** {} ;
|
||||
|
||||
4
lib/resource-1.0/api/SyntaxSpa.gf
Normal file
4
lib/resource-1.0/api/SyntaxSpa.gf
Normal file
@@ -0,0 +1,4 @@
|
||||
--# -path=.:alltenses:prelude
|
||||
|
||||
instance SyntaxSpa of Syntax = ConstructorsSpa, CatSpa, StructuralSpa ** {} ;
|
||||
|
||||
Reference in New Issue
Block a user