From 8659891eef34d3224340c4408a3bc0a8e18a224b Mon Sep 17 00:00:00 2001 From: Jens Klingenberg Date: Mon, 13 Dec 2021 18:06:12 +0100 Subject: [PATCH] Update README.md --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c39e35..17bb3f7 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ A Interpreter/Transpiler of the Folders esoteric programming language, a languag "Folders is a language where the program is encoded into a directory structure. All files within are ignored, as are the names of the folders. Commands and expressions are encoded by the pattern of folders within folders. " -Folders was created by Daniel Temkin https://danieltemkin.com/Esolangs/Folders/ +Folders was created by Daniel Temkin https://danieltemkin.com/Esolangs/Folders/. I`ve want to learn about the language, check https://www.youtube.com/watch?v=Igh-vBI2LXc This is what a "Hello World"-program looks like:

@@ -44,6 +44,20 @@ To execute a Folders program you need a the directory path of the program with t

+# 🏠 Architecture + +## 🛠️ Built With +### Kotlin +[![jCenter](https://img.shields.io/badge/Kotlin-1.6.0-green.svg +)]() + + + +### Project Structure +* src/main - Source code of the interpreter +* sample_programs - Example programs i got from https://github.com/SinaKhalili/Folders.py + + ## ✍️ Feedback Feel free to send feedback on [Twitter](https://twitter.com/jklingenberg_) or [file an issue](https://github.com/foso/Folders2kt/issues/new). Feature requests are always welcome.