mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-18 01:09:32 -06:00
catching initial bind symbol in PGFServer
This commit is contained in:
@@ -147,6 +147,7 @@ doTranslateGroup pgf input mcat mfrom mto =
|
||||
_ -> s
|
||||
bind ws = case ws of
|
||||
w : "&+" : u : ws2 -> bind ((w ++ u) : ws2)
|
||||
"&+":ws2 -> bind ws2
|
||||
w : ws2 -> w : bind ws2
|
||||
_ -> ws
|
||||
langOnly = reverse . take 3 . reverse
|
||||
|
||||
Reference in New Issue
Block a user