A complete, example-driven reference manual for the FORTRAN 77 language (ANSI X3.9-1978) — forterp's default dialect — organized on the standard: data types, arrays, expressions, control flow, I/O and FORMAT, procedures, and the intrinsic library, with a forterp notes box per chapter.
Open
A complete, example-driven reference manual for the FORTRAN 66 language (USA Standard X3.9-1966) plus the DEC FORTRAN-10 extensions, organized on the standard: program form, data types, expressions, statements, procedures, and the intrinsic library, with a forterp notes box per chapter. The strict-subset dialect (forterp.F66).
Open
The guide to the interpreter itself: running it (CLI + the interactive processor), driving it from Python (run_source, the Interpreter class, custom host routines), the target/dialect axes and faithful type punning, and how it works inside (the pipeline, the memory model, the seams, testing). A chaptered manual.
Open