PreForM icon indicating copy to clipboard operation
PreForM copied to clipboard

PreForM.py, Preprocessor for Fortran poor Men

Results 7 PreForM issues
Sort by recently updated
recently updated
newest added

1) remove 3.2 3.2 and add 3.6 3.7 3.8 in travis 2) move nose test script under tests folder it is prepare work for #11

fix function-like macros with similar function name fix #12

```fortran #define MYPRINT(x) print*,'Ok1 ' #define MYPRINT2(x) print*,'Ok2' MYPRINT2('simple function-like macros') ``` it is will run MYPRINT not MYPRINT2

i will add unit test for code to make sure can run in python2 and python3

Hi, After manually fixing issue #4, when trying to compile something using FoBiS.py build -pfm, the following error occurs: Traceback (most recent call last): File "/home/guidi/.local/bin/PreForM.py", line 7, in from...

I am using the current github version (v1.1.3) and have downloaded the exact raw of cpp-directives.F90. Attempting to pre-process it, PreForM.py seems to chokes on line 19 ``` #if defined...

bug

into "Fortran poor people", the gender neutrally is important!