C++ program using JackTokenizer fails to add tokens to XML output
Description: I’m developing a C++ program that converts .jack files into XML format using a JackTokenizer class. The program is supposed to read each .jack file, tokenize its content, and generate a corresponding XML file. However, I’m encountering an issue with the XML structure of the output. Problem Details: Expected Behavior: The output XML file […]