This project contains an HTPL (HyperText Programming Language) Compiler for processing HTPL programs.
- MELZI Mounir
- DJEDJIG Nada Farah
- BOUHADI Haifaa
- GUEDDOUCHE Rania
- Linux environment
- Latest version of Flex and Bison
- Latest version of GCC
git clone <repository-url>
cd <repository-directory>Navigate to the scripts folder and run the default script:
cd scripts
./runThis will run the compiler on the default htpl program located in the examples folder.
To compile a custom file, use:
./run <filename>Replace <filename> with the path to your HTPL source file.
- Ensure you have the latest versions of Flex, Bison and GCC installed
- The compiler is designed to work in a Linux environment