dev-cafe / parselglossy

Generic input parsing library, speaking in tongues.
https://parselglossy.readthedocs.io
MIT License
7 stars 2 forks source link

partial implementation of the LSDalton grammar #78

Closed bast closed 4 years ago

bast commented 5 years ago
bast commented 5 years ago

This draft PR is working towards #10. One problem to think about is how to adapt input templates to accommodate mol files.

bast commented 5 years ago

Requires rebase after #80.

robertodr commented 5 years ago

This draft PR is working towards #10. One problem to think about is how to adapt input templates to accommodate mol files.

Still haven't come up with a solution for this. From the grammar point of view, I think pyparsing allows to do "parse N lines that look like this" (though how to pass N is still a mistery to me) Having "template-template" would also help recovering the tagging feature of Getkw.

bast commented 5 years ago

I am continuing working on it. I will document/share once this moves forward.

bast commented 4 years ago

Giving up on this. We might return to this but I want to first see interest and buy-in from (LS)Dalton communities before investing a lot of time into this.