File tree 1 file changed +9
-4
lines changed
1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change 1
1
# 🙏 THANKS
2
2
3
3
** HelPS** was inspired by many resources:
4
- * [ Compiler Quest] ( https://github.com/blynn/compiler ) - main inspiration
5
- * [ A compiler for a subset of Haskell to Combinatory Logic] ( https://github.com/siraben/mini-haskell ) - very simply, working case from Compiler Quest
6
- * [ hs2lazy -- Haskell to Lazy K compiler] ( https://github.com/tromp/hs2blc )
7
- * [ hs2bf - Haskell to brainfuck compiler] ( https://github.com/xanxys/hs2bf )
4
+ * Language:
5
+ * [ Compiler Quest] ( https://github.com/blynn/compiler ) - main inspiration
6
+ * [ A compiler for a subset of Haskell to Combinatory Logic] ( https://github.com/siraben/mini-haskell ) - very simply, working case from Compiler Quest
7
+ * [ hs2lazy -- Haskell to Lazy K compiler] ( https://github.com/tromp/hs2blc )
8
+ * [ hs2bf - Haskell to brainfuck compiler] ( https://github.com/xanxys/hs2bf )
9
+ * Library:
10
+ * https://github.com/purescript/purescript-prelude
11
+ * https://github.com/idris-lang/Idris2
12
+ * https://github.com/kowainik/relude
8
13
9
14
## 🦄 🌈 ❤️ 💛 💚 💙 🤍 🖤
You can’t perform that action at this time.
0 commit comments