Skip to content

Commit

Permalink
+ Fixed TODO list format
Browse files Browse the repository at this point in the history
  • Loading branch information
Genarito committed Apr 21, 2021
1 parent 37fcedc commit 96a477d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ print(parser.dumps(parsed_Gura))

All kind of contribution is welcome! There are some TODOs to complete:

- [] Add line and position in semantics errors (like InvalidIndentationError) messages.
- [] Replace `getattr` in `match()` method for a tuple of Callable objects to make the code more typed.
- [] Add some more tests.
- [ ] Add line and position in semantics errors (like InvalidIndentationError) messages.
- [ ] Replace `getattr` in `match()` method for a tuple of Callable objects to make the code more typed.
- [ ] Add some more tests.


### Tests
Expand Down

0 comments on commit 96a477d

Please sign in to comment.