I think it is unlikely that anyone will have an HSDL parser just sitting in their back pocket. I looked over this grammar briefly this afternoon, and it looks like a fairly straightforward job with pyparsing.
Just how *badly* do you need this? You could certainly learn Python and pyparsing and write it yourself in about a week or two, I think. But if you want someone to just hand this parser to you, I think the chances of that happening are slim.
-- Paul
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello, I badly need HSDL(hierarchial scan description language) parser in python. if some one has it then kindly mail me at hegde.hk@gmail.com.
Thanks in advance
Hegde -
I think it is unlikely that anyone will have an HSDL parser just sitting in their back pocket. I looked over this grammar briefly this afternoon, and it looks like a fairly straightforward job with pyparsing.
Just how *badly* do you need this? You could certainly learn Python and pyparsing and write it yourself in about a week or two, I think. But if you want someone to just hand this parser to you, I think the chances of that happening are slim.
-- Paul