Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
KeenS committed May 29, 2022
1 parent e210417 commit 197a948
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Compiles only minimal subset of SML codes. The garbage collector is not complete
- [x] char
- [x] string
+ [x] value identifier
+ [ ] `op`
+ [x] `op`
+ [ ] record
- [ ] basic (`{ label = expr , ...}`)
- [x] tuple
Expand Down Expand Up @@ -98,7 +98,7 @@ Compiles only minimal subset of SML codes. The garbage collector is not complete
- [x] char
- [x] string
+ [x] value identifier
+ [ ] `op`
+ [x] `op`
+ [ ] record
- [ ] basic (`{ label = pat , ...}`)
- [ ] wildcard (`...`)
Expand Down

0 comments on commit 197a948

Please sign in to comment.