mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-20 00:22:51 -06:00
Working with interfaces.
Working with interfaces. Created new place for grammar parsers. Created new script jgf2+.
This commit is contained in:
@@ -41,7 +41,7 @@ markXML n i b =
|
||||
else ("<subtree" +++ p +++ c ++ ">", "</subtree>")
|
||||
where
|
||||
c = "type=" ++ prt (M.valNode n)
|
||||
p = "position=" ++ show i
|
||||
p = "position=" ++ (show $ reverse i)
|
||||
|
||||
-- for XML in JGF 1, use
|
||||
markXMLjgf :: Marker
|
||||
|
||||
Reference in New Issue
Block a user