mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-07 02:02:51 -06:00
markup
This commit is contained in:
@@ -94,6 +94,7 @@ oper
|
||||
glueOpt : Str -> Str -> Str = \x,y -> variants {glue x y ; x ++ y} ;
|
||||
noglueOpt : Str -> Str -> Str = \x,y -> variants {x ++ y ; glue x y} ;
|
||||
|
||||
-- this should be hidden, and never changed since it's hardcoded in (un)lexers
|
||||
-- these should be hidden, and never changed since it's hardcoded in (un)lexers
|
||||
BIND : Str = "&+" ;
|
||||
PARA : Str = "&-" ;
|
||||
} ;
|
||||
|
||||
Reference in New Issue
Block a user