caffeine
caffeine copied to clipboard
Add all `prif` interfaces from latest design doc draft (revision 0.2)
- [ ] Add all subroutines
- [ ] Add all constants from
iso_fortran_envmodule - [ ] After
iso_fortran_envmodule constants are added, remove anyuse-stmtsforiso_fortran_envand replace references to those constants with the correspondingprifconstants - [ ] Add test that invokes all of the
prifsymbols so that the link time errors will occur if something fromprifis missing fromCaffeine
This notably includes all of "2.3.2 Constants in ISO_FORTRAN_ENV", which currently all appear to be missing from the implementation
subsumed by #119