mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-23 09:52:55 -06:00
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