forked from GitHub/gf-core
Added very basic list test grammars.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
abstract ListTest = {
|
||||
|
||||
cat A; [A]; B; [B]{1};
|
||||
|
||||
fun apa : A;
|
||||
fun bepa : B;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user