From 2d6e51c32f7c8461d1f35574493a579186d77b70 Mon Sep 17 00:00:00 2001 From: expitau <84288806+expitau-dev@users.noreply.github.com> Date: Sat, 21 Aug 2021 23:41:36 -0400 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2417f0a..e9a330c 100644 --- a/README.md +++ b/README.md @@ -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: @@ -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 ```, 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. \ No newline at end of file +Additionally, you can pass the `-d` flag to reveal debugging information when the program terminates.