mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-30 10:28:53 -06:00
toy1 with classes and using resource API
This commit is contained in:
@@ -44,8 +44,8 @@ alltenses:
|
|||||||
$(GFC) common/ConstructX.gf
|
$(GFC) common/ConstructX.gf
|
||||||
cp -p */*.gfc */*.gfr ../alltenses
|
cp -p */*.gfc */*.gfr ../alltenses
|
||||||
touch api/Constructors.gf
|
touch api/Constructors.gf
|
||||||
$(GFCC) api/Constructors???.gf
|
$(GFCC) api/Syntax???.gf
|
||||||
cp -p api/Constructors*.gfc api/Constructors*.gfr ../alltenses
|
cp -p api/Syntax*.gfc api/Syntax*.gfr ../alltenses
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -73,8 +73,8 @@ present:
|
|||||||
$(GFCP) common/ConstructX.gf
|
$(GFCP) common/ConstructX.gf
|
||||||
mv */*.gfc */*.gfr ../present
|
mv */*.gfc */*.gfr ../present
|
||||||
touch api/Constructors.gf
|
touch api/Constructors.gf
|
||||||
$(GFCCP) -path=api:present:prelude api/Constructors???.gf
|
$(GFCCP) -path=api:present:prelude api/Syntax???.gf
|
||||||
mv api/Constructors*.gfc api/Constructors*.gfr ../present
|
mv api/Syntax*.gfc api/Syntax*.gfr ../present
|
||||||
|
|
||||||
mathematical:
|
mathematical:
|
||||||
$(GFCC) mathematical/MathematicalEng.gf
|
$(GFCC) mathematical/MathematicalEng.gf
|
||||||
|
|||||||
Reference in New Issue
Block a user