Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kamil-adam committed Jul 5, 2023
1 parent 9fd7a3d commit b87f034
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
9 changes: 3 additions & 6 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,10 @@ THAT is an Automaton and an Interpreter for Esoteric Languages (EsoAutomata)
```

## Features
Currently, **🔧 🎨 HelMA** can:
* calculate:
* 🦄 [Lazy K](https://helvm.org/lazy-k/lazy-k.html)
* 🦄 [Zot](https://github.com/helvm/zot_haskell)
* interpret structured:
Currently, **🔧 🎨 HelMA** can interpret:
* structured:
* 🌈 BrainFuck
* interpret goto:
* goto:
* ❤️ [ETA](http://www.miketaylor.org.uk/tech/eta/doc/)
* 💙 [SubLeq](http://mazonka.com/subleq/)
* 🤍 [WhiteSpace](https://helvm.github.io/wspace/tutorial.html)
Expand Down
6 changes: 3 additions & 3 deletions docs/users/THANKS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
* For functional calculators:
* 🦄 Lazy K:
* [Documentation](https://tromp.github.io/cl/lazy-k.html)
* [Lazy K interpreter from Irori](https://github.com/helvm/lazyk-irori)
* [Lazy K interpreter from Rst76](https://github.com/helvm/Lazy-K-rst76)
* [Lazy K interpreter from Irori](https://github.com/irori/lazyk)
* [Lazy K interpreter from Rst76](https://github.com/rst76/Lazy-K)
* [Lambda Calculus from Blynn](https://crypto.stanford.edu/~blynn/lambda/)
* 🦄 Zot:
* [Zot in Haskell](https://github.com/helvm/zot_haskell)
* [Zot in Haskell](https://github.com/YoshikuniJujo/zot_haskell)
* For imperative interpreters:
* 🌈 BrainFuck:
* [Yet Another Brainfuck Interpreter](https://github.com/helvm/yabi)
Expand Down

0 comments on commit b87f034

Please sign in to comment.