Skip to content

Commit

Permalink
Add exercise to add support for the lexer to report errors
Browse files Browse the repository at this point in the history
  • Loading branch information
imteekay committed May 1, 2023
1 parent 0958d11 commit 65a3270
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,5 @@ npm run mtsc ./tests/singleVar.ts
- [ ] Add an ES5 transformer that converts let -> var.
- [ ] Add function declarations and function calls.
- [ ] Add arrow functions with an appropriate transform in ES5.
- [ ] Add support for the lexer to report errors
- report unterminated string literal error

0 comments on commit 65a3270

Please sign in to comment.