forked from GitHub/gf-core
Add Phrasebook to testsuite. Move grammars into subfolders. Add run-bench script.
This commit is contained in:
8
testsuite/lpgf/unittests/Projection.gf
Normal file
8
testsuite/lpgf/unittests/Projection.gf
Normal file
@@ -0,0 +1,8 @@
|
||||
abstract Projection = {
|
||||
flags startcat = Comment ;
|
||||
cat
|
||||
Comment ; Item ;
|
||||
fun
|
||||
Pred : Item -> Comment ;
|
||||
Wine : Item ;
|
||||
}
|
||||
Reference in New Issue
Block a user