We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c3e365 commit eb2363fCopy full SHA for eb2363f
.gitmodules
@@ -4,3 +4,6 @@
4
[submodule "wrapper/c"]
5
path = wrapper/c
6
url = https://github.com/Totto16/oopetris_wrapper_c.git
7
+[submodule "wrapper/haskell"]
8
+ path = wrapper/haskell
9
+ url = https://github.com/Totto16/oopetris_wrapper_haskell.git
wrapper/README.md
@@ -15,14 +15,14 @@ Planned:
15
16
17
Current:
18
-- Node.js
19
-- C
+- Node.js (C++ binding)
+- C (C++ binding)
20
+- Haskell (C binding)
21
22
Planned:
23
- Python
24
- Lua
25
- Java
-- Haskell
26
27
## Other
28
wrapper/haskell
0 commit comments