kthoe

Results 2 comments of kthoe

For specificity, using GCC 9.4.0, something like: ``` #define REAL64 #include "function_parser.f90" #undef REAL64 ``` Results in the error: ``` #elif REAL64 Error: #elif with no expression ``` Using an...

That was more intended to be illustrative, but including it in a file could be a good way to support both single and double precision parsing in a polymorphic context.