diff --git a/G1.TXT b/G1.TXT
new file mode 100644
index 0000000000000000000000000000000000000000..eabc58b521735e1cfc2e0fb634915c36ac4157f8
--- /dev/null
+++ b/G1.TXT
@@ -0,0 +1,4 @@
+{Testing grammar}
+A : b C | B d;
+B : C C | b A;
+C : c C | {e};