mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-07 18:22:50 -06:00
Add Phrasebook to testsuite. Move grammars into subfolders. Add run-bench script.
This commit is contained in:
12
testsuite/lpgf/unittests/Bind.gf
Normal file
12
testsuite/lpgf/unittests/Bind.gf
Normal file
@@ -0,0 +1,12 @@
|
||||
abstract Bind = {
|
||||
cat S ;
|
||||
fun
|
||||
f1 : S ;
|
||||
f2 : S ;
|
||||
concat : S -> S -> S ;
|
||||
bind : S -> S -> S ;
|
||||
softbind : S -> S -> S ;
|
||||
softspace : S -> S -> S ;
|
||||
capit : S -> S ;
|
||||
allcapit : S -> S ;
|
||||
}
|
||||
Reference in New Issue
Block a user