forked from GitHub/gf-core
Added very basic list test grammars.
This commit is contained in:
8
grammars/bringert/ListTest.gf
Normal file
8
grammars/bringert/ListTest.gf
Normal file
@@ -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