mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-20 08:32:50 -06:00
Add support for SOFT_BIND (which PGF runtime doesn't support)
This commit is contained in:
@@ -1,6 +1,14 @@
|
||||
Bind: FtoS f1
|
||||
Bind: f1
|
||||
BindCnc: hello there
|
||||
|
||||
Bind: FtoS f2
|
||||
BindCnc: good bye
|
||||
Bind: f2
|
||||
BindCnc: goodbye
|
||||
|
||||
Bind: concat f1 f2
|
||||
BindCnc: hello there goodbye
|
||||
|
||||
Bind: bind f1 f2
|
||||
BindCnc: hello theregoodbye
|
||||
|
||||
Bind: softbind f1 f2
|
||||
BindCnc: hello theregoodbye
|
||||
|
||||
Reference in New Issue
Block a user