A simple XML parser written using Flex and Bison for Linux. It processes x.l and x.y files.
- Linux OS
- Clone the repository:
git clone https://github.com/hanula1/XML-Parser cd XML-Parser - Compile the parser using Makefile:
make x
- Run the parser with an input file:
./x.l < input_file > output file