Simple compiler driver for Fortran 77 (& IV/66)
- A working
ccwith gcc-style optimization flags (-On) - An
f2cf77 transpiler - Sed and bash (for f77 itself)
.f77,.F77,.for,.FORFORTRAN77 files support- all
gccandf2cflags direct usage (including-c,-o,-On,-P-In,-U, etc.) - no build artifacts, just a binary
-O3by defaulterror:andwarning:highlighting (even for f2c!)- preprocessing for
.Ffiles - full f66 support:
- you can f77 as
./f66and it'll act as FORTRAN66 compiler - for
.{f,F}66files F66 behavior with any name
- you can f77 as
- c api:
- --extern= to call pure c functions
- --byval=func= to call c by-value functions
- (wip) libC bindings
This software is a public domain and licensed under The Unlicense. See ./LICENSE to get more information