Skip to content

Commit

Permalink
Reflects standalone exe
Browse files Browse the repository at this point in the history
  • Loading branch information
expitau committed Aug 19, 2021
1 parent d36b351 commit beee723
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,15 +89,12 @@ He continues decrementing cell 1 and incrementing cell 2 until cell 1 is zero an

## Compilation

Generate the interpreter

```powershell
g++ forglang.cc -o forglang
```

Run a forglang program using the syntax
```.\forglang.exe <path>```, passing the path to your script as an argument. For example,

```powershell
.\forglang.exe add.forg
```
```

(Use `g++ forglang.cc -o forglang
` to compile from the source, or use the standalone executable provided)

0 comments on commit beee723

Please sign in to comment.