# msl **Repository Path**: wydev/msl ## Basic Information - **Project Name**: msl - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-04-17 - **Last Updated**: 2024-04-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # MSL: A simple dynamic interpreted scripting language. This is the source code for my final year project to get a bachelor's degree in computer science at the university of Abdelmalek Essaadi. To build the project on Linux ```bash git clone https://github.com/mehdiuniassignment/msl.git cd msl mkdir build cd build cmake ../ make ``` For more details check the report.