diff options
author | chris.sutcliffe <ctd.sutcliffe@gmail.com> | 2021-11-29 21:39:25 +0000 |
---|---|---|
committer | chris.sutcliffe <ctd.sutcliffe@gmail.com> | 2021-11-29 21:39:25 +0000 |
commit | 4caf60954379915ccc51fd2c1801399dd97c0c89 (patch) | |
tree | b3985428e0fc711108dcac9d6f190c85b0b12b2f /src | |
parent | 33359862f5455dc7003ebbe5357c611298042cee (diff) | |
download | esotericFORTRAN-4caf60954379915ccc51fd2c1801399dd97c0c89.tar.gz esotericFORTRAN-4caf60954379915ccc51fd2c1801399dd97c0c89.zip |
update readme to contain ide usage information
Diffstat (limited to 'src')
-rw-r--r-- | src/readme.md | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/readme.md b/src/readme.md index dc4bebb..4031f10 100644 --- a/src/readme.md +++ b/src/readme.md @@ -10,8 +10,15 @@ Compile `make` -## Example usage +## Example usage (command line) `java -jar esotericFORTRAN.jar example.txt -c -pc -e` Full documentaion is avaliable at `Compiler/helptext.txt` or `java -jar esotericFORTRAN.jar --help` + +To run the compiler using Intellij, navigate to the 'edit configurations' tab +and place command line arguments in the CLI arguments box +The working directory is `src`, so the following is equivelent to the options +above: + +`examples/example.ft -c -pc -e`
\ No newline at end of file |