# esotericFORTRAN## Setup
Get build dependencies if using Linux or WSL
`sudo apt install default-jdk default-jre gcc`
Compile
`make`## Example usage`java -jar .\esotericFORTRAN.jar .\examples\iteration.ft -c --execute -pc`
Full documentaion is avaliable at `Compiler/helptext.txt` or `java -jar esotericFORTRAN.jar --help`