Skip to content

Verlio-H/urclfortran

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

urclfortran

A limited fortran 77 compiler for URCL, for more information regarding URCL, see the urcl discord (https://discord.gg/Nv8jzWg5j8) or the urcl documentation (https://github.com/ModPunchtree/URCL).

Installing and running

This program requires gfortran to be installed and expects a bash (or similar) terminal, if you are on Linux or MacOS you should have little to no issues running this software, on Windows something like WSL or Cygwin will most likely be needed. In order to run the compiler do
sh compile.sh (sourcefile).f -o (outputfile).urcl
If you recieve an error relating to sed on MacOS, install gnu-sed (using brew), add it to your path, then try again. The compiler can be ran without use of the shell script, however all input code must be in SOURCE.F and the output will be in OUTPUT.URCL, as well as that no optimization will be run.

Supported Syntax

See the documentation here for information on the current state of urclfortran.