1
0
forked from GitHub/gf-core

Added very basic list test grammars.

This commit is contained in:
bringert
2005-05-25 09:42:32 +00:00
parent 65bc1948d4
commit ef49f67b1c
2 changed files with 20 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
abstract ListTest = {
cat A; [A]; B; [B]{1};
fun apa : A;
fun bepa : B;
}