Skip to content

Commit d2d62ff

Browse files
authored
Update TODO.md
1 parent feaee26 commit d2d62ff

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/users/TODO.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,12 @@
99
* [x] Migrate [mini haskell](https://github.com/helvm/mini-haskell) - A compiler for a subset of Haskell to Combinatory Logic, use TypeClass
1010
* [ ] Migrate [Mini-Haskell Project](https://github.com/helvm/Mini-Haskell-jasonhongxyz) - A "Mini-Haskell" functional programming language
1111
* [ ] Migrate [Micro Haskell](https://github.com/helvm/MicroHs)
12-
* [ ] Migrate [prelude from PureScript](https://github.com/purescript/purescript-prelude)
12+
* [ ] Migrate [MicroHaskell](https://github.com/helvm/microhaskell) - Lambda-calculus-based Interpreter for a Haskell subset
13+
* [ ] Migrate [prelude from PureScript](https://github.com/purescript/purescript-prelude)
1314

1415
### Parsec:
1516
* [ ] Migrate [Haskell to Lazy K compiler](https://github.com/helvm/hs2blc) - use Stream, not IO
17+
* [ ] Migrate [MiniHaskell Compiler](https://github.com/helvm/minihaskell-compiler) - MiniHaskell Compiler
1618
* [ ] Migrate [Duet](https://github.com/helvm/duet) - A tiny language, a subset of Haskell (with type classes) aimed at aiding teachers teach Haskell
1719
* [ ] Migrate [helium](https://github.com/helvm/helium) and LVM - small educable compiler
1820

0 commit comments

Comments
 (0)