From a96abb15734e3f6d9a404426c271397ebcd57f5f Mon Sep 17 00:00:00 2001 From: Centrix14 Date: Thu, 2 Jan 2020 19:31:51 +0300 Subject: [PATCH] documentation has been updated --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ed5c824..6be8073 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ + `saol` -- standard interpreter + `isi` -- interactive interpreter + `ssp` -- simple standard preprocessor + + `examples/` -- examples of saol programs + + `examples/ssp/` -- examples of using the ssp preprocessor ## Overview + `(` / `)` -- take everything in parentheses as a whole works like quotation marks in other languages (`(word1 word2)` - will be read as "word1 word2")