Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Foso authored Dec 13, 2021
1 parent 70c3e50 commit 8659891
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
<p align="center">
Expand All @@ -44,6 +44,20 @@ To execute a Folders program you need a the directory path of the program with t
<img src ="https://raw.githubusercontent.com/Foso/Folders2kt/master/docs/source.png" height=50 />
</p>

# 🏠 Architecture

## 🛠️ Built With
### Kotlin
[![jCenter](https://img.shields.io/badge/Kotlin-1.6.0-green.svg
)]()



### Project Structure
* <kbd>src/main</kbd> - Source code of the interpreter
* <kbd>sample_programs</kbd> - 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.
Expand Down

0 comments on commit 8659891

Please sign in to comment.