AY2425S1-CS2103T-F09-2 / tp

MIT License
1 stars 5 forks source link

Implement parser for role tag #59

Closed cshao02 closed 1 day ago

cshao02 commented 1 week ago

Implement a parser that will be able to call role command created in #54.

TODO [ ] implement parser logic [ ] call role command

jan-kai1 commented 6 days ago

Can refer to ParserUtil.parseTags, issue with parseTags is it currently takes in a List which only has 1 string, inside with the whole text after t/ e.g. t/ tag1 tag2 will result in a List with 1 string "tag1 tag2". This gets rejected by the validation regex for tags as it does not allow spaces