mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-15 15:59:32 -06:00
Marked modif place on line 414.
This commit is contained in:
@@ -403,7 +403,7 @@ displaySStateJavaX env state = unlines $ tagXML "gfedit" $ concat [
|
||||
lgrs = allStateGrammarsWithNames env --- allActiveStateGrammarsWithNames env
|
||||
lins = (langAbstract, exp) : linAll
|
||||
opts = addOptions (optsSState state) -- state opts override
|
||||
(addOption (markLin markOptJava) (globalOptions env))
|
||||
(addOption (markLin mark) (globalOptions env))
|
||||
lin (n,gr) = (n, map uni $ linearizeState noWrap opts gr zipper) where
|
||||
uni = optEncodeUTF8 n gr . mkUnicode
|
||||
exp = prprTree $ loc2tree zipper
|
||||
@@ -411,6 +411,7 @@ displaySStateJavaX env state = unlines $ tagXML "gfedit" $ concat [
|
||||
zipper = stateSState state
|
||||
linAll = map lin lgrs
|
||||
gr = firstStateGrammar env
|
||||
mark = markOptJava -- to be: markOptXML
|
||||
|
||||
langAbstract = language "Abstract"
|
||||
langXML = language "XML"
|
||||
|
||||
@@ -1 +1 @@
|
||||
module Today where today = "Thu Sep 25 14:28:54 CEST 2003"
|
||||
module Today where today = "Thu Sep 25 14:49:28 CEST 2003"
|
||||
|
||||
Reference in New Issue
Block a user