mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-21 10:49:33 -06:00
mathtext examples from Bonn
This commit is contained in:
18
examples/mathtext/GeometryFre.gf
Normal file
18
examples/mathtext/GeometryFre.gf
Normal file
@@ -0,0 +1,18 @@
|
||||
--# -path=alltenses
|
||||
|
||||
concrete GeometryFre of Geometry = LogicFre **
|
||||
open SyntaxFre, ParadigmsFre, IrregFre in {
|
||||
lin
|
||||
Line = mkN "ligne" ;
|
||||
Point = mkN "point" ;
|
||||
Circle = mkN "cercle" masculine ;
|
||||
Intersect = pred (mkV2 "couper") ;
|
||||
Parallel = pred (mkA2 (mkA "parallèle") dative) ;
|
||||
Vertical = pred (mkA "vertical") ;
|
||||
Centre = app (mkN2 (mkN "centre" masculine) genitive) ;
|
||||
|
||||
Horizontal = mkVP (mkA "horizontel") ;
|
||||
Diverge = mkVP (mkV "diverger") ;
|
||||
|
||||
Contain = mkVPSlash contenir_V2 ;
|
||||
}
|
||||
Reference in New Issue
Block a user