From 19613a76ab843be9370ca250e5989e5980eaaadc Mon Sep 17 00:00:00 2001
From: Krasimir Angelov
In C# you first have to embed the grammar by calling: +
+dynamic g = gr.Embed() ++ +
Now creating new trees is just a matter of calling ordinary C# +methods: +
+Console.WriteLine(g.DetCN(quant,e)) +DetCN (DetQuant IndefArt NumSg) (AdjCN (PositA red_A) (UseN house_N)) ++ +