Skip to content

Commit ec34b1f

Browse files
authored
Fix: Fix some words in README
1 parent c966793 commit ec34b1f

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
![Docker Cloud Build Status](https://img.shields.io/docker/cloud/build/coorde/mlml.svg)
77
[![MicroBadger Image](https://images.microbadger.com/badges/image/coorde/mlml.svg)](https://microbadger.com/images/coorde/mlml)
88

9-
a compiler for a tiny subset of OCaml, which is written just for fun.
9+
mlml is a self-hosted toy compiler for a tiny subset of OCaml.
10+
11+
a detailed description can be found in my blog post (in Japanese): [自作OCamlコンパイラでセルフホストした - molecular coordinates](https://coordination.hatenablog.com/entry/2019/05/23/212720)
1012

1113
## roadmap
1214

@@ -33,7 +35,7 @@ a compiler for a tiny subset of OCaml, which is written just for fun.
3335
- [x] definition
3436
- [x] aliases
3537
- [x] `open`
36-
- [x] importing from other files
38+
- [x] dune-like bundler
3739
- [x] **self-hosting!**
3840
- [ ] exceptions
3941
- [ ] type checker & type inference

0 commit comments

Comments
 (0)