summaryrefslogtreecommitdiffstats
path: root/src/readme.md
blob: d6e7a34eb9c1f95a244c1b664908ff6f5fac6cce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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`