Open
Description
Per @certiks request, I propose we extend his stdlib_experimental_error.f90 code to a standard assert subroutine and supplement it with some pre-processor macros. As an example here is my implementation of an assert routine and the associated macros
assertions.f90
The associated preprocessor macros are
assert_macros.txt
Note, these are my implementation of similar routine and macros found in the FTL project