Rupert Ford
Rupert Ford
> Just as a follow-up: We have discovered a very useful project [pcpp](https://github.com/ned14/pcpp) which is a C99 preprocessor written in pure Python. It suffices for our preprocessing needs (so far),...
I had a similar problem when integrating fparser2 into PSyclone for parsing the algorithm layer. Python 3 does not allow you to use an object as a dictionary key if...
I don't think I understand enough to know whether your suggested solution is good or not. The mixin class means that all equivalence operations for fparser2 are based on the...
Sorry for not describing the problem in this issue previously @mlange05, that is my bad. My only excuse is that most of the recent development has been done by us...
Hi @TeranIvy and @sergisiso. Let's keep this issue for the moment as I'm not sure that fparser2 is giving an error for the same reason that intel is i.e. I'm...
I have just had a look at the Fortran spec and the way to distinguish between the definition of a statement function and an access to an array seems to...
Adding support for `concurrent` in issue #403, pr #408 would be better if the f2003 class was split, but this would change the resultant fparser tree. Something along the following...
Created branch [437_type_guard_stmt_bug](https://github.com/stfc/fparser/tree/437_type_guard_stmt_bug)
And you only need to add atomic to those gh_inc that are on function spaces that are continuous in the vertical (assuming you are keeping colouring in the horizontal, otherwise...
I'm not sure I understand. A FileContainer can contain multiple program units. In Fortran these could be a program, a module, a subroutine, a function (and some data stuff we...