8 Dec
2010
8 Dec
'10
6:22 a.m.
On Tue, Dec 7, 2010 at 2:30 PM, Hans Hagen
On 7-12-2010 6:57, Aditya Mahajan wrote:
Thanks for the explanation. But, I am not too keen to write parsers on my own when I can easily borrow existing ones.
sure, but a simple one can be:
function myparser(str) .. call your prog do do something with str and return the result end
OK. This sounds much easier than writing my own wrappers. I will try to port the t-vim module to use the new code. Aditya