Skip to content

Commit

Permalink
fix(README): adds a TODO for New() function updates
Browse files Browse the repository at this point in the history
  • Loading branch information
lukepeterson committed Jul 9, 2024
1 parent ce95d17 commit d833b97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ This project takes an input string, tokenises the string into a slice of tokens,
- Data support (define byte, word, storage)
- Input from STDIN
- Find a more robust way to deal with mixed case inputs (`0x` vs `0X` which are both valid prefixes)
- Create some `New()` functions to make it clearer what's happening in our consumers

# Usage

Expand Down

0 comments on commit d833b97

Please sign in to comment.