Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
expitau authored Aug 22, 2021
1 parent 99bcdfa commit 2d6e51c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Forglang

### About
Forglang is an esoteric programming language (similar to [brainfuck](https://en.wikipedia.org/wiki/Brainfuck)), whose distinguishing feature is non-linear code execution.

## Documentation
Control flow begins at the 'forg', or @ symbol. Every iteration of the program, the forg will jump to a new command given by:

Expand Down Expand Up @@ -106,4 +109,4 @@ Use `g++ forglang.cc -o forglang` to compile the c++ from the source, or use the
To run a forglang program, use the
```.\forglang.exe <path>```, passing the path to your script as an argument. For example, ```.\forglang.exe add.forg``` executes the forglang program [add.forg](add.forg) in the command line.

Additionally, you can pass the `-d` flag to reveal debugging information when the program terminates.
Additionally, you can pass the `-d` flag to reveal debugging information when the program terminates.

0 comments on commit 2d6e51c

Please sign in to comment.