Skip to content

Commit

Permalink
Add PR link
Browse files Browse the repository at this point in the history
  • Loading branch information
imteekay committed May 20, 2023
1 parent b74b6fc commit 0bfa6da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ npm run mtsc ./tests/singleVar.ts
## Exercises

- [x] Add EmptyStatement (https://github.com/imteekay/mini-typescript/pull/2).
- [x] Make semicolon a statement ender, not statement separator.
- [x] Make semicolon a statement ender, not statement separator (https://github.com/imteekay/mini-typescript/pull/7).
- Hint: You'll need a predicate to peek at the next token and decide if it's the start of an element.
- [ ] Bonus: Switch from semicolon to newline as statement ender.
- [x] Add string literals (https://github.com/imteekay/mini-typescript/pull/4).
Expand Down

0 comments on commit 0bfa6da

Please sign in to comment.