# xiv-emote-parser A parser library that converts emote log messages from FFXIV into a sequence of either static or dynamic text. Any dynamic components are dependent on global variables in the log message context, such as player names and gender. For example, the following log message text: ``` youObjectParameter(2))/> consoleconsoles youObjectParameter(3). ``` can be converted into `your eyes brim over with tears.`, given that the origin of the message is the player character. ## To-do - [ ] support `de` and `fr` - [ ] handle additional function and tag types - [ ] make a cli?