1
0
forked from GitHub/gf-core
Files
gf-core/testsuite/lpgf/Projection.gf

9 lines
135 B
Plaintext

abstract Projection = {
flags startcat = Comment ;
cat
Comment ; Item ;
fun
Pred : Item -> Comment ;
Wine : Item ;
}