forked from GitHub/gf-core
Add Phrasebook to testsuite. Move grammars into subfolders. Add run-bench script.
This commit is contained in:
7
testsuite/lpgf/unittests/Params.gf
Normal file
7
testsuite/lpgf/unittests/Params.gf
Normal file
@@ -0,0 +1,7 @@
|
||||
abstract Params = {
|
||||
cat S ; F ;
|
||||
fun
|
||||
FtoS : F -> S ;
|
||||
f1 : F ;
|
||||
f2 : F ;
|
||||
}
|
||||
Reference in New Issue
Block a user