Rupert Ford
Rupert Ford
I still get an error for both examples on master. I'll take it on as I have a fix, but it will take a little while to tidy up the...
Created branch [165_namelist_error](https://github.com/stfc/fparser/tree/165_namelist_error)
@MatthewHambley pointed out that we plan to use fparser2 to manipulate and generate Fortran code as well as parse it (in fact we already use fparser2 to do this). This...
Hi @TeranIvy, I'm happy to prioritise the bugs you have found in fparser2 before restructuring but would like to point out that the restructuring will not require an immediate change...
Yes, absolutely. I think 1.0 should only have one parser prominent in the manual, wiki etc. and we should try not to move things around after 1.0 (as much as...
Created branch fparser2_main_parser
Hi @ZedThree, I just had a chat with @arporter and yes we would very much appreciate this.
It is unclear what the `ignore_comments` argument it meant to do when passed to `get_item()`. Ignore comments can be set when creating a reader `reader = FortranStringReader(code, ignore_comments=xxx)`, so how...
Hi @gnikit, Thanks for your interest in `fparser`. We have been adding `F2018` support as and when it has been needed, so there is already some support and I don't...
Thanks @gnikit. We are impressively slow :-). We have some ideas on how to improve so will work on those.